Find and Replace using Regular Expressions in PSPAD
by Rekha[ Edit ] 2010-06-20 15:53:53
Find and Replace using Regular Expressions in PSPAD
To find data having different content and replace it with same content for eg
2010-01-01 in which the date may differ.You can use the following,
1)Press ctrl+h and select the Regular expressions in the options.
2)In the find box type as
[^>]+ and in the replace box type the text you want to replace.
thats it...