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 a4679af

comments powered by Disqus

More help?

Can't find what you are looking for? Get in touch, we're more than happy in helping answer your questions.