What would it take to incorporate or build in a more powerful RegEx engine...
I'm new to Notepad++ and the very first regex search I attempted used the OR operator ("|") which notepad++ /scintilla doesn't support.. along with ? etc..
Apparently Scintilla can use different engines: http://www.scintilla.org/ScintillaDoc.html#AlternativeRegEx
What would it take to get a different engine in Notepad++. Something like http://www.pcre.org/
Notepad++ can't replace my Textpad yet...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What would it take to incorporate or build in a more powerful RegEx engine...
I'm new to Notepad++ and the very first regex search I attempted used the OR operator ("|") which notepad++ /scintilla doesn't support.. along with ? etc..
Apparently Scintilla can use different engines: http://www.scintilla.org/ScintillaDoc.html#AlternativeRegEx
What would it take to get a different engine in Notepad++. Something like http://www.pcre.org/
Notepad++ can't replace my Textpad yet...