JString::strtoupper/1.5
From Joomla! Documentation
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]
public function strtoupper ($str)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str |
- Returns
- Defined on line 141 of libraries/joomla/utilities/string.php
See also
-
JString::strtoupper on api.joomla.org
-
JString source code on JoomlaCode
-
Class JString
-
Subpackage Utilities
- Other versions of JString::strtoupper
SeeAlso:JString::strtoupper [Edit See Also]
User contributed notes
<CodeExamplesForm />