Page 1 of 1

Mass Text Replace

Posted: Mon Jan 31, 2005 5:32 pm
by Mahesh
I want to use the product for mass text replace of 5 tab characters in a text file to replace to 4 Tab characters.

Can you tell me the command line option to do this

If this is possible I would like to start with buying 2 user license for the company.

Posted: Mon Jan 31, 2005 5:32 pm
by Abacre
Hello,

Yes it's possible. Please do the following:

1. Go to Batch replace tab.
2. Switch ON "Use regular expressions"
3. In Search for put:
\t\t\t\t\t

and in Replace with put:
\t\t\t\t

That's all. I verified it works.
So \t means tab char in regular expressions.