Start » Filter Reference » Basic » String » SplitString
Module: | FoundationLite |
---|
Divides the input string into an array of strings using the specified delimiters.
Name | Type | Description | |
---|---|---|---|
![]() |
inString | String | Input string |
![]() |
inSplitters | StringArray | Array of delimiters |
![]() |
inRemoveEmptyEntries | Bool | Removes or leaves zero length strings |
![]() |
outStrings | StringArray | Array of a split elements |
Examples
Description of usage of this filter can be found in examples and tutorial: IO Serial Port Communicator.
Complexity Level
This filter is available on Advanced Complexity Level.