regex capitalize first letter
Hi, I’ve book with <p class:”body”>word even space</p> on each <p class> but i want (with search & replace with regex) replace every my p class with capitalize first letter <p class:”body”>Word even space</p>
How to this? Tanxs. Regards
|