Module: montage/core/converter/upper-case-converter

Requires

Classes

UpperCaseConverter

Methods

(inner) convert(v) → {string}

Converts the specified string to all upper case letters.
Parameters:
Name Type Description
v string The string to convert.
Source:
Returns:
The converted string.
Type
string

(inner) revert(v) → {string}

Reverts the specified string.
Parameters:
Name Type Description
v string The specified string.
Source:
Returns:
Type
string