Backreference format in Winmerge regex -


i'm trying search-and-replace wit regex in file in winmerge, can't find right format making backreference.

for example search (\w+), , tried replace "$1", "\1", "\\1", "${1}", neither of works.

any idea?

thanks in advance,

winmerge not support replacing regex. can use regex find filters, facilitated pcre.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -