Ucase
Jump to navigation
Jump to search
Definition
STRING ucase ( <STRING str> )
Returns a string identical to a certain string, with the exception that all lowercase characters are replaced by their uppercase counterparts.
Parameters
STRING str | - The string in "normal"-form. |
Returns
STRING : The string in "uppercase"-form.
Strings Functions | |
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase() |