Changing words from upper case to lower case

General discussions about Advanced Find and Replace
Post Reply
pelletic
Posts: 4
Joined: Mon Jan 31, 2005 5:32 pm

Changing words from upper case to lower case

Post by pelletic »

Is it possible to use Advance Find and Replace to find a word using regular expression and then change the case of a word?

ex:
SCREEN TRS023.PROG

result string:
SCREEN trs023.PROG
Charles

Abacre
Site Admin
Posts: 1223
Joined: Mon Jan 31, 2005 5:32 pm

Post by Abacre »

We are working on it right now. It may be ready at the end of this week.
Kind regards,
Abacre Limited
http://www.abacre.com
support@abacre.com

Abacre
Site Admin
Posts: 1223
Joined: Mon Jan 31, 2005 5:32 pm

Post by Abacre »

Hi,

Ok, we implemented the feature.

Please download the latest version of the program:
http://www.abacre.com/download/afrexe.zip

This is only updated EXE file. You need to extract executable file from
zip archive into folder where the program is installed. So you will
replace old executable file by this new one.

Start the program. In main menu Action - Options - Batch replace:
check ON modifier E (which means evaluate text in <%==%>).

Then go to Batch replace tab of the main window
and put into
Search for:
SCREEN (\w+).PROG

Replace with:
SCREEN <%=Lower("$1")=%>.PROG

That's all. I verified and it perfectly works.

Tell me does it work now?
Kind regards,
Abacre Limited
http://www.abacre.com
support@abacre.com

Post Reply