Search found 4 matches

by pelletic
Mon Apr 04, 2005 11:35 am
Forum: Advanced Find and Replace
Topic: Changing words from upper case to lower case
Replies: 2
Views: 22622

Changing words from upper case to lower case

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
by pelletic
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: 17322

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
by pelletic
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Merging lines with continuation character and doing replacem
Replies: 3
Views: 25818

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 ...
by pelletic
Mon Jan 31, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Merging lines with continuation character and doing replacem
Replies: 3
Views: 25818

I tried it and it didn't work!
I cut and pasted the statement:
SUBFILE EMF147.PUB &
KEEP &
SIZE 50000 &
INCL SUBWHSE, DATE-ISSUE &
INDEX SUBWHSE
in the Regular expression builder,
then used your regular expression and replace by text, and nothing happened...

Maybe you have a different ...