in 4.2, how would I replace uppercase between a span to lowercase?
For example,
Code:
<span class="small">THIS IS UPPERCASE</SPAN>
There could be multiple instances on the same line. This is so I can easily fix the fake smallcaps to true smallcaps easily.