You could also run it through the editor (analyze what you seeand write the REGEX) and recode it to an Initial Cap
Code:
OLD <P class="xxx">B</p>
<p class="aregularp">ad letter placed.</p>
Code:
Add to CSS: .bigl {font-size: 1.8em; }
Code:
NEW: +<p class="aregularp"><span class="bigl">B</span>ad letter placed.</p>