new module:ct-element /parser /Upper Case Parser()
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