View Single Post
 
Old 08-05-2023, 04:25 AM
East East is offline Windows 10 Office 2021
Novice
 
Join Date: Aug 2023
Posts: 7
East is on a distinguished road
Default

Hi gmayor

Thank you for replying. AI still needs a lot to deserve even the "I" in it.

As I mentioned in my post, ([0-9]) and $1abc are only examples. What I actually need cannot be easily covered by wildcards.

To simplify things, let's say that I want, with regex, to replace b([13579]*)c([13579]*)cd with b$1c$2c46d in instances that I choose.

I can use the macro here, but this requires creating hundreds of strings! That's why I need to use regex.

Last edited by East; 08-05-2023 at 06:46 AM.
Reply With Quote