So in your case I would use the following sequence:
Re:
Several replaces in one shot
-- Emmanuel
Posted by
Emmanuel
®
,
12/23/2025, 04:19:01
Reply
Top
Forum
{Ctrl A}
{CopySelection}
{ReplaceAllClipboard}
wholeWord = "y"
matchCase = "n"
preserveCase = "n"
findWhat = "third"
replaceWith = "3rd"
{/ReplaceAllClipboard}
{ReplaceAllClipboard}
wholeWord = "y"
matchCase = "n"
preserveCase = "n"
findWhat = "fourth"
replaceWith = "4th"
{/ReplaceAllClipboard}
{ReplaceAllClipboard}
wholeWord = "y"
matchCase = "n"
preserveCase = "n"
findWhat = "5th"
replaceWith = "fifth"
{/ReplaceAllClipboard}
{Paste}
Edit
|
Reply
|
Where?
| |
Original Message
|
Top
|
Current page
|
Author