lower#
- swordfish.function.lower()#
Convert all characters in a string or a list of strings into lower cases.
If X is a table, the function is applied only to columns of character types (CHAR, STRING, or SYMBOL). Other column types are ignored.
- Parameters:
X (Constant) – A CHAR/STRING/SYMBOL scalar, vector, or table.