strToLower function
strToLower String
strToLower (String str)
Converts the input string to lower case.
Parameters:
str - String to be converted to lower case
Returns:
The string converted to lower case.
Example:
str = "This Is An Example String"
str2 = strToLower(str)
// str2 is "this is an example string"
str2 = strToLower(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*