lowerCase
lowerCase(S_string) =>t_result
Description
Returns a string that is a copy of the given argument with uppercase alphabetic characters replaced by their lowercase equivalents.
If the parameter is a symbol, the name of the symbol is used.
Arguments
Value Returned
Examples
lowerCase("Hello World!")
=> "hello world!"
Related Topics
Return to top