Uppercase

Logic Name

Uppercase

Function

Converts the input string to uppercase and returns the result.

Data Types

Location Type
The first input handler String
Logic output String
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

The logic converts the input lowercase string to uppercase.
Property Settings
Property Setting
None  
Input Data
abcde
xyz
Result Data
ABCDE
XYZ