|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > String commands > !STR.- String Command > Split String Commands |
String Split Commands divide text into parts based on delimiters.
Split by delimiterTokenize stringsParse CSV dataExtract fields
Quick Example
; Split string
STR.Before|Data|,|First
STR.After|Data|,|Rest
; Or use BLO commands for complex splitting
See Also