string_to_lowercase (string text) ⇒ string
Converts a string to a lowercase version of it.
Alternative function names: str_lcase
First available: Version 1.3.3
Comments
string_to_lowercase (string text) ⇒ string
Converts a string to a lowercase version of it.
Where to search