D
dvdastor
Hi all,
I am having an issue with keeping my replacement formatting text in
lowercase if the text it comes across is uppercase.
I am searching through the document looking for 12 pt, Arial font and
apply HTML formatting tags. All this works just fine, but my issue is
with uppercase words.
Here is an example:
This is some text becomes
<font size="12" face="Arial">This is some text</font>
however,
THIS IS SOME TEXT becomes
<FONT SIZE="12" FACE="ARIAL">THIS IS SOME TEXT</FONT>
Is there a way to keep the <font size...> text in alll lowercase even
though the range is uppercase? I tried using matchcase, but that
didn't seem to help.
Thanks!!!
I am having an issue with keeping my replacement formatting text in
lowercase if the text it comes across is uppercase.
I am searching through the document looking for 12 pt, Arial font and
apply HTML formatting tags. All this works just fine, but my issue is
with uppercase words.
Here is an example:
This is some text becomes
<font size="12" face="Arial">This is some text</font>
however,
THIS IS SOME TEXT becomes
<FONT SIZE="12" FACE="ARIAL">THIS IS SOME TEXT</FONT>
Is there a way to keep the <font size...> text in alll lowercase even
though the range is uppercase? I tried using matchcase, but that
didn't seem to help.
Thanks!!!