Replacing with Regular Expressions
Posted: Tue Jun 04, 2002 6:03 pm
How can I use textpad to replace the string:
AB
with the following string:
XAYBZ
where A, and B are two RE's and X, Y, Z are literal strings?
For example:
A: [a-z]*y
B: [a-z]*z
X: start
Y: middle
Z: finish
AB
with the following string:
XAYBZ
where A, and B are two RE's and X, Y, Z are literal strings?
For example:
A: [a-z]*y
B: [a-z]*z
X: start
Y: middle
Z: finish