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
Hi,
Let's say we have the below four lines:
1 2 3 4
Ctrl+A to select all, and Ctrl+H to do a replacement as follows:
Find (\w+) and replace with \1\n click "Match case" and "Regular expression" Replace in "Selection" then "Replace All"
It becomes
Last two are missing to be replaced. P.S. Replace in "Whole file" works fine. Thanks.
The text was updated successfully, but these errors were encountered:
Version: 2.16.24-x64 on Win11
Sorry, something went wrong.
Fix issue #1556: Selection in "Replace" by regular expression doesn't…
7532ea4
… work with \n
Fixed in commit 7532ea4 Thank you for the report.
No branches or pull requests
Hi,
Let's say we have the below four lines:
Ctrl+A to select all, and Ctrl+H to do a replacement as follows:
Find (\w+) and replace with \1\n
click "Match case" and "Regular expression"
Replace in "Selection" then "Replace All"
It becomes
Last two are missing to be replaced.
P.S. Replace in "Whole file" works fine.
Thanks.
The text was updated successfully, but these errors were encountered: