API17:JString::strtoupper
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::strtoupper
Description
UTF-8 aware alternative to strtoupper Make a string uppercase Note: The concept of a characters "case" only exists is some alphabets such as Latin, Greek, Cyrillic, Armenian and archaic Georgian - it does not exist in the Chinese alphabet, for example.
Description:JString::strtoupper [Edit Descripton]
Synopsis
public static JString::strtoupper ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str |
Returns
Defined in
libraries/joomla/utilities/string.php (line 137)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
