JString::ucwords
UTF-8 aware alternative to ucwords Uppercase the first character of each word in a string
Signature
public function ucwords(string
$strĀ )
Parameters
-
$str
- String to be processed
Returns
- string
- String with first char of each word uppercase