Duplicate same lines with regex search
-
Hello,
Is there any way to not duplicate lines in search window when two or more search patterns are present in the single line in text editor?
I couldn’t have found any solution. -
Here’s an example of one way of doing it:
- create this text on a line:
abc abc abc abc abc abc
- search for
abc(?-s).*
in regular expression search mode - run a “Find All in Current Document” search
The result:
- create this text on a line: