This document describes string data processing using Util - String block.
▶String Block
- Process string data.
- Supports data type conversion of integer and float.
1) String Concat
- Merge multiple strings into one (target + Values).
- Enter existing strings into the target, strings to add to the Values.
- Click the ⚙️ button to add or delete Values
<aside>
✏️ Hex Code '20' is decoded with a blank space and needs to be explicitly blanked.
</aside>
2) String Index
- Return the position of a particular character in a string (value) to a number.
- Specify the starting point via offset.