J
John Smith
I use findtext:="[0-9]{1,}" to find all the numbers in an article and
change their format to subscript. Then, I use "<[0-9]{1,}" to cancel the
subscript of those numbers that are in the beginning of a word.
Is it possible to consolidate the above, i.e. finding only the
non-leading numbers in one pass? Thanks.
change their format to subscript. Then, I use "<[0-9]{1,}" to cancel the
subscript of those numbers that are in the beginning of a word.
Is it possible to consolidate the above, i.e. finding only the
non-leading numbers in one pass? Thanks.