Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 4, 2012 at 7:55 am #10471 LTTParticipant Lookbehind search in a macro is not allowed? When trying a lookbehind search in a macro, I was prompted with “Syntax error in regular expression”. e.g. this macro: /modules/mydownloads/singlefile.php?cid=8&lid=180 emeditor_perfecta_en.jsee — Using regex to extract string I also tried a VBEE macro, same result. August 4, 2012 at 11:28 am #10472 StefanParticipant Isn’t that normal? Just google a bit: JavaScript and VBScript doesn’t supported Lookbehind at all. Lookahead is fully supported. You can use Python or Perl if you want to use Lookbehind. EmEditor Help – EmEditor Macro Reference – Directives #language directive (though that languages are not installed on windowsTM as default) . Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Questions and Answers about Macros’ is closed to new topics and replies.