UpperCaseConverter source
Converts a string to upper-case.
Methods
-
convert(v) → {string} source
-
Converts the specified string to all upper case letters.
Parameters:
Name Type Description v
string The string to convert.
Returns: string
The converted string.
-
revert(v) → {string} source
-
Reverts the specified string.
Parameters:
Name Type Description v
string The specified string.
Returns: string
Generated from v0.14.14