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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -