Requires
Classes
Methods
(inner) convert(v) → {string}
Converts the specified string to all upper case letters.
Parameters:
Name | Type | Description |
---|---|---|
v |
string | The string to convert. |
Returns:
The converted string.
- Type
- string
(inner) revert(v) → {string}
Reverts the specified string.
Parameters:
Name | Type | Description |
---|---|---|
v |
string | The specified string. |
Returns:
- Type
- string