Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- October 18, 2008 at 2:36 pm #6431smilingerMember
Hi, I type a RegEx in the search box and it says “Invalid Regular Expression”. My Regex is “(?<=<(w+)>).*(?=)”, which should be right. I have test it with some Regex Tester and it works.
I tested more and found emeditor did not support +/*/? in (?<=exp), is that right?October 18, 2008 at 5:00 pm #6433Yutaka EmuraKeymastersmilinger wrote:
Hi, I type a RegEx in the search box and it says “Invalid Regular Expression”. My Regex is “(?<=).*(?=)”, which should be right. I have test it with some Regex Tester and it works.
I tested more and found emeditor did not support +/*/? in (?<=exp), is that right?That is true. The pattern in (?<=exp) must be fixed length.
See http://www.boost.org/doc/libs/1_36_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html for details.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.