Caplin Trader 5.1.0

Class: module:ct-element/parser/UpperCaseParser

module:ct-element/parser/UpperCaseParser()

new module:ct-element/parser/UpperCaseParser()

Parses a string by making all letters it contains upper case.

Implements:

Methods

parse(vValue) → {String}

Converts all lower case letters to upper case.

Parameters:
Name Type Description
vValue Variant

the input.

Returns:

the input with all lower case letters replaced with their upper case equivalents.

Type
String