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
					Search found 4 matches
- Mon Apr 04, 2005 11:35 am
 - Forum: Advanced Find and Replace
 - Topic: Changing words from upper case to lower case
 - Replies: 2
 - Views: 22697
 
- Mon Jan 31, 2005 5:32 pm
 - Forum: Advanced Find and Replace
 - Topic: How to write a Regular expression for the following:
 - Replies: 1
 - Views: 17398
 
How to write a Regular expression for the following:
locate a string like 
Input:
Screen MAS001.PROG ACTION FIND
and replace it with $PROG\MAS001
Output
Screen $PROG\MAS001 ACTION FIND
The part that changes is MAS001
					Input:
Screen MAS001.PROG ACTION FIND
and replace it with $PROG\MAS001
Output
Screen $PROG\MAS001 ACTION FIND
The part that changes is MAS001
- Mon Jan 31, 2005 5:32 pm
 - Forum: Advanced Find and Replace
 - Topic: Merging lines with continuation character and doing replacem
 - Replies: 3
 - Views: 25911
 
Merging lines with continuation character and doing replacem
1) How can I merge lines that have an &, then find if 2 words exists to then replace 3 words?
Original string:
SUBFILE EMF147.PUB &
KEEP &
SIZE 50000 &
INCL SUBWHSE, DATE-ISSUE &
INDEX SUBWHSE
find SUBFILE AND SIZE
Continuation character is &.
then take out SIZE and Next word (Value of ...
					Original string:
SUBFILE EMF147.PUB &
KEEP &
SIZE 50000 &
INCL SUBWHSE, DATE-ISSUE &
INDEX SUBWHSE
find SUBFILE AND SIZE
Continuation character is &.
then take out SIZE and Next word (Value of ...
- Mon Jan 31, 2005 5:32 pm
 - Forum: Advanced Find and Replace
 - Topic: Merging lines with continuation character and doing replacem
 - Replies: 3
 - Views: 25911