$toLowercase
Converts the provided text to all lowercase.
Usage
$toLowercase[text]
Breakdown
text
- The text to convert.
Example
$nomention
$toLowercase[THIS TEXT IS NOW lowercase]
Converts the provided text to all lowercase.
$toLowercase[text]
text
- The text to convert.$nomention
$toLowercase[THIS TEXT IS NOW lowercase]