API17:JString::ucwords
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JString::ucwords
Description
UTF-8 aware alternative to ucwords Uppercase the first character of each word in a string.
Description:JString::ucwords [Edit Descripton]
Synopsis
public static JString::ucwords ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string |
Returns
string with first char of each word uppercase
Defined in
libraries/joomla/utilities/string.php (line 507)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
