Hello first all thanks for your help I want to replace UPPERCASE with lowercase inside or between <> quotes or angle brackets.
Sample: replace Capital to lower
<img src="/images/Cars/Icon/CompactCars-icon.PNG" />
becomes
<img src="/images/cars/icon/compactcars-icon.png" />
or
<a href="/Carsales/Buy-Buxury-suvs.html">
<a href="/carsales/buy-luxury-suvs.html">
or
<HTML>
to <html>
Replace just between <>
But not replace nothing inside:
<h2 class="article-title"><center>United States Cars For Sale</h2>
as you can see United States Car For Sale
are inside <>
and I don't want to replace that.