Classification
OTL Syntax
StringTerm = StringUtil.ToUpper(StringTerm);
Description
The ToUpper term shall return the uppercase counterpart of a given string.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
String |
The converted to uppercase string.
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
String |
String |
Term |
- |
[1] |
Represents the input string whose uppercase counterpart shall be returned.
|
OTL Examples
String String1;
/// Flow
String1 = StringUtil.ToUpper("emotive");
See also
ReplaceSubString
MatchToRegularExpression
StringConcatenate
SubString
LengthOfString
IndexOf
SplitString
ToLower
Encode
Decode