-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
Regex search for newlines #421
Comments
Yes, you're right and I'm aware of it. Unfortunately, I found no simple way to connect how Qt processes blocks (=lines) with how regex handles newline. Actually, I devised a method to support newlines in regex search and it worked but it was so complicated that I didn't add it to the code. I leave this page open. Who knows? Maybe an elegant solution exits or the above-mentioned method can be simplified and added to the code. |
Not ideal, but maybe substitute newline character (as pasted) for all occurrences of \n in search string? |
Regex can include things like |
I feel for you! Just testing, it appears FeatherPad finds newline characters only with regex unselected. Is there a multiline flag that must be set? |
I added my reply to a wrong page ;) See #418 (comment) |
Regex doesn't see \n (but does see newline characters pasted into search string).
The text was updated successfully, but these errors were encountered: