@kovid -- THANKS!!!! I can see I'll have to learn at least a little python
I was confused by the apparent different treatment of the TitleCase function between the first (simplest) sentence "Where It Worked Just Fine" and the second and third where IT LEFT EVERYTHING IN UPPER CASE
@jbacelar -- The Find Kovid gave me seems to work fine. It would select all this H1 text, including the <h1> and </h1> ...
<h1>TEST2 TEST2 TEST2 <br/><br/>TEST3 TEST3 </h1>
After the Replace
<h1>TEST2 TEST2 TEST2 <br/><br/>TEST3 TEST3 </h1>
What was confusing me was that the text was not in title case. I understand the replaced entities now
I believe that Kovid's new built-in function is the only way to handle these types of cases
|