We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.16.42.1 x64
Given text: "1A1" "2A2"
Ctrl+H FInd what: ("([\s\w]*)A([\s\w]*)") Replace with: \1, "\2B\3" Click "Match case", "Regular expression", "Whole file"
("([\s\w]*)A([\s\w]*)")
\1, "\2B\3"
Click "Replace All", result is correct.
Click "Ok" but do NOT close the "Replace" window, just change Find what: C Replace with: C
C
Click "Replace All", result is wrong (nothing should be changed but it gets changed)
Thanks.
The text was updated successfully, but these errors were encountered:
7ce3809
Thank you for reporting this issue. It has been resolved in 7ce3809
Sorry, something went wrong.
No branches or pull requests
Version: 2.16.42.1 x64
Given text:
"1A1"
"2A2"
Ctrl+H
FInd what:
("([\s\w]*)A([\s\w]*)")
Replace with:
\1, "\2B\3"
Click "Match case", "Regular expression", "Whole file"
Click "Replace All", result is correct.
Click "Ok" but do NOT close the "Replace" window, just change
Find what:
C
Replace with:
C
Click "Replace All", result is wrong (nothing should be changed but it gets changed)
Thanks.
The text was updated successfully, but these errors were encountered: