Search found 1 match

by Kiranshell
Thu Sep 20, 2012 6:53 pm
Forum: General
Topic: Export all regular expression matches in textpad or notepad+
Replies: 1
Views: 493

Export all regular expression matches in textpad or notepad+

In Textpad is there a option to export all the matches for a regular expression find, as a single list, I have tied the help document.

Context: in a big text file I am searching for tags (words enclosed by % %), using regular expression %\< and \>% and want all the matches as a single list.

Thanks ...