Export all regular expression matches in textpad or notepad+
Posted: Thu Sep 20, 2012 6:53 pm
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 want all the matches as a single list.
Thanks,
Kiran
Context: in a big text file I am searching for tags (words enclosed by % %), using regular expression
Code: Select all
%\< and \>%Thanks,
Kiran