@guy038 said in Poor-man's "regex favorites" in Notepad++:
Your search regex|(*F)\Q REPL:Your replacement regex
Nice, one Guy!
I’d like the original (?#...) one better, because it is more readable (once one knows that it is a “comment”), except for the problem I noted with the closing parens.
Because of that limitation, |(*F)\Q is definitely better here.