B
Babu Mannaravalappil
Hi,
I want to replace some words in my text files (actually transpose).
For example, I have a whole lot of expressions (words) in my files as
follows:
TABLECUSTOMERS
TABLEORDERS
TABLEORDERLINES
....
....
....
I want to replace them as follows:
CUSTOMERSTABLE
ORDERSTABLE
ORDERLINESTABLE
....
....
....
How can I do this using regular expression search and repalce?
Babu.
I want to replace some words in my text files (actually transpose).
For example, I have a whole lot of expressions (words) in my files as
follows:
TABLECUSTOMERS
TABLEORDERS
TABLEORDERLINES
....
....
....
I want to replace them as follows:
CUSTOMERSTABLE
ORDERSTABLE
ORDERLINESTABLE
....
....
....
How can I do this using regular expression search and repalce?
Babu.