As Andrew said:
Quote:
Originally Posted by Guessed
Just subscript the lot and then do a second search and replace to make any subscript X into normal size.
|
That means:
A wildcard Find/Replace:
Find = X[0-9]{1,}
Replace = ^&
subscripting the replacement
followed by:
Find = X
with the subscript attribute
Replace = ^&
removing the subscript.