Quote:
Originally Posted by DiapDealer
in regex mode should catch most cases (replace with I).
|
I was a little hesitant with giving the Regex \bLetter\b, although in this case it might work okay.
I've gotten burned too many times on words like "can't", where the apostrophe counts as the word boundary, so the single 't' gets caught up. And then I only notice much too late after I Replace All and moved on. :P
Quote:
Originally Posted by DiapDealer
Nothing's going to be perfect--like if there's markup dividing an actual word, for instance (not that I can think of any good reason why there should be).
|
Maths:
<i>x</i>-axis
sin<i>x</i>
x<sup>2</sup>y<sup>3</sup>
The <i>k</i>th number.
or emphasis on part of word:
<i>non</i>existent
That's just the few cases off the top of my head. :P