Hello Everyone,
Is it possible in textpad to make it look for a list of {REPLACE_FROM, REPLACE_TO} strings and perform multiple search and replace in a specific document
For example:
(a) If file initially looks as below:
----------- File_BGN -----------
String01, String02, String03
String02, String03, String04
String03, String04, String05
----------- File_END -----------
(b) I have Search-n-Replace sets as below
----------- Search-n-Replace set BGN -----------
String01,String_A
String02,String_B
String03,String_C
String04,String_D
String05,String_E
----------- Search-n-Replace set END -----------
Search-n-Replace strings can be either stored in a file or in clipboard (?).
(a) The resultant file should look as below:
----------- File_BGN -----------
String_A, String_B, String_C
String_B, String_C, String_D
String_C, String_D, String_E
----------- File_END -----------
Any

Cheers,
Gurram