string_to_uppercase (string text) ⇒ string
Converts a string to a uppercase version of it.
Alternative function names: str_ucase
First available: Version 1.3.3
Comments
string_to_uppercase (string text) ⇒ string
Converts a string to a uppercase version of it.
Where to search