My database give mixed font styles, for Example:
" Hi THis is TEST teXT "
I want to capitalization this type of fonts. I found a way, first using lowercase and then ::first-letter
to be capitalized. This give the first letter only capital.
But I want capitalization in every first word, is there any way?