Quote:
Originally Posted by Pintus
searching with Wildcards only allows to find one item per Find/Replace
|
Not so. For example,
Find = [0‐9=\) ^s][ ^s=]
will find any of:
• 0‐9
• =
• )
• a normal space or a non-breaking space
followed by a normal space, a non-breaking space, or a =.