Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- August 4, 2012 at 7:55 am #10471LTTParticipant
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:
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=180
emeditor_perfecta_en.jsee
— Using regex to extract stringI also tried a VBEE macro, same result.
August 4, 2012 at 11:28 am #10472StefanParticipantIsn’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)
.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.