Summary: | Find / Replace not working with regular expression | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Jacob <chase63790> |
Component: | search | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | christoph, kare.sars |
Priority: | NOR | ||
Version First Reported In: | 24.12.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jacob
2025-03-12 16:11:17 UTC
This is my first time posting here so I noticed markdown doesn't work here, so make sure to leave the ` out, i.e., regular expression entered should be: (?<=Phrase A: ).*[\r\n]+\KPhrase A: Make sure to leave a space at the end of the line after A: I can reproduce this both with the plugin and the built-in search. Those lookbehind regexps are tricky to get right :( Patches welcome to fix that. |