strToUpper function


strToUpper String

strToUpper (String str)

Converts the characters in the input string to upper case. Characters that are already upper case, and non-alphabetic characters are not changed.

Parameters:

str - string to convert

Returns:

return value description

Example:

str = "This Is An Example String"

str2 = strToUpper(str)

// str2 is "THIS IS AN EXAMPLE STRING"



Related topic

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*