regex – how to capitalize the first letter of each line inside a div – Jquery
I need to capitalize the first letter of each line inside a div In the example below the result should be: Lorem ipsum Dolor sit Amet So each n and first letter should be replaced by n and capital letter…