Quote:
Originally Posted by larysa
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>
|
There are several Regex-functions to change the case of matched text. This is one of the modes for searching. "Capitalize text (ignore tags)" should do it.