<div dir="ltr"><div>Hi, <br></div><div>I would like to know if njs supports regex positive look behinds. <br></div><div>I
 have written a script in perl and would like to convert it to njs. The 
reg ex I have in perl is "((?<=[a-z])(?=[A-Z])(?!ID)(?!^Open$)|(?<=ABC)|(?<=API)(?=[A-Z])|(?=Connect))"</div><div>This would give the following outputs. <br></div><div><p><strong>Inputs and expected outputs</strong> are <strong>listed below</strong> in the format <strong>Input -> Expected Output</strong></p>

<ol><li><p>InstallAndSetup -> install-and-setup</p></li><li><p>DeployingABCDefGhijk -> deploying-abc-def-ghijk (assuming abc is a noun that is frequently used)</p></li><li>OpenIDConnect        -> openid-connect</li><li>OAuth2Scopes->oauth2-scopes</li><li>APISecurity -> api-security</li></ol><div>I would like to know if there's a way to achieve this with njs?</div><div><br></div><div>Thank you in advance.</div><div>Regards, <br></div><div>Shani.</div></div></div>