Hi All, thank you for those replies. The numbers are scattered throughout the document and are references to figures (in a completely different document).
I think East solved it, thank you very much! I tested this on a paragraph, and it worked exactly as planned.
If I can interpret this, what is in ([0-9][0-9]) becomes \1 in the "replace".
And, for any number X-- you want to replace to Y--, this would become:
With "Use wildcards" checked, Find what:
<X([0-9][0-9])>
Replace with:
Y\1
Thanks, again.
|