I've made a simple textbox which leads to a new page which echo's the input word by word (explode). Now i want to to change all the letters to lowercase except the first letter (if this is inputted this way)
for example : Herman Archer LIVEs in NeW YORK --> Herman Archer lives in new york
I hope you can help me out , thanks in advance!
$str = 'stRing';
ucfirst(strtolower($str));
Will output: String
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With