Matching an expression in a find
Posted: Tue Dec 18, 2001 9:19 pm
I need to match All instances of :
<td anyotherstuff here>any Text Can be Here</td>
?
Can I further find the above where only the Any in "Any Text Can be Here" is not capitalized and then apply TitleCase to it so that:
<td anyotherstuff here>any Text Can be Here</td>
would become:
<td anyotherstuff here>Any Text Can Be Here</td>
???
<td anyotherstuff here>any Text Can be Here</td>
?
Can I further find the above where only the Any in "Any Text Can be Here" is not capitalized and then apply TitleCase to it so that:
<td anyotherstuff here>any Text Can be Here</td>
would become:
<td anyotherstuff here>Any Text Can Be Here</td>
???