Search found 1 match

by thunderboldt
Thu Nov 05, 2015 9:14 pm
Forum: Regular Expressions Help
Topic: find number and add valie
Replies: 1
Views: 12293

find number and add valie

I have a text file with numbers like PR1000 PR1001 etc. I would like to find them and add 720. Is that possible?
I search for PR([0-9]{4}) and find them. $1 contains the number but I cannot find a way to add 720 in the replace field.

I would appreciate any suggestions.