I need some help i have this code that Uppercase the first character of each word in a string with exceptions i need the function to ignore the exception if it\'s at the beg
- return rtrim($out); + return ucfirst(rtrim($out));