$toUppercase
Converts the provided text to all uppercase.
Usage
$toUppercase[text]
Breakdown
text
- The text to convert.
Example
$nomention
$toUppercase[this text is now UPPERCASE]
Converts the provided text to all uppercase.
$toUppercase[text]
text
- The text to convert.$nomention
$toUppercase[this text is now UPPERCASE]