Replace Each Character

Logic Name

Replace Each Character

Function

Replaces the input string character by character 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
Required Input character set Specify the input character set.
Required Output character set Specify the output character set.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Function Details

Specify and replaces the characters one-to-one.
The n-th character of [Input character set] is in accordance to that of [Output character set] respectively.

Notes

Logic Sample

Mapping Definition

Logic Settings and Processing Result

Convert "a" into "1", "b" into "2", and "c" into "3".
Property Settings
Property Setting
Input character set ABC
Output character set 123
Input Data
A.introduction, B.overview, C.detail
Result Data
1.introduction, 2.overview, 3.detail