Abacre.com

General discussions about products.
It is currently Fri Sep 03, 2010 5:44 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Changing words from upper case to lower case
PostPosted: Mon Apr 04, 2005 11:35 am 
Offline

Joined: Mon Jan 31, 2005 5:32 pm
Posts: 4
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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 04, 2005 12:39 pm 
Offline
Site Admin

Joined: Mon Jan 31, 2005 5:32 pm
Posts: 945
We are working on it right now. It may be ready at the end of this week.

_________________
Kind regards,
Roman Vasin
Abacre Limited
http://www.abacre.com
support@abacre.com


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 04, 2005 5:32 pm 
Offline
Site Admin

Joined: Mon Jan 31, 2005 5:32 pm
Posts: 945
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,
Roman Vasin
Abacre Limited
http://www.abacre.com
support@abacre.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: Yahoo [Bot] and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group