![]() |
#4
|
|||
|
|||
![]()
I would not want to open another thread just for this, so I have one more related question if you do not mind...
This RegEx matches one to ten uppercase words, divided by a space character and ending with a colon and space. Code:
.Text = "([A-Z]@ ){1,10}[A-Z]@: " .Replacement.Text = "> \1" Code:
.Text = "(([A-Z]@ ){1,10}[A-Z]@: )" .Replacement.Text = "> \1" Alex |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wildcard find/replace wildcard question | hephalumph | Word | 1 | 03-12-2022 12:54 AM |
wildcard search and add (not replace) sequential numbers in front | equalizer88 | Word VBA | 4 | 05-07-2016 08:04 PM |
![]() |
rsrasc | Word VBA | 3 | 11-11-2014 03:55 PM |
Issue with Wildcard Search and Replace | linusthedog | Word | 3 | 09-04-2014 03:32 PM |
how to search and replace BOLD text >> font color change? | dylansmith | Word | 4 | 03-12-2013 09:51 PM |