How can I change about ~40000 values, using regex(?) higher than 200000?
Fe. Search for value > 200000, replace for: 200000 – 123456.
I have no idea, if it’s possible in the Notepad++, or I have to use some other methods like PHP?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are many tools to do that, one of them is perl:
Sample:
If you have cygwin installed and perl, you are set.