Regex in Notepad++ 6

Posted by Rocket on Super User See other posts from Super User or by Rocket
Published on 2012-04-06T14:52:07Z Indexed on 2012/04/06 17:34 UTC
Read the original article Hit count: 445

Filed under:
|

So, Notepad++ got updated to v6.0. One of their new features is PCRE (Perl Compatible Regular Expressions).

I tried to use this new feature to find and replace things in a file. I tried the regular expression:

{\$([a-zA-Z_]*)}

and it yelled at me, saying "Invalid regular expression".

I tested this regex in other programs (like my main IDE, Geany), and it worked fine.

Why does this not work in Notepad++ 6.0?

© Super User or respective owner

Related posts about notepad++

Related posts about regex