Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Split String

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Text

This step breaks up a string at the specified separator and will output a List of String.




Properties

Inputs

PropertyDescriptionData Type
SourceThe text to split.String
SeparatorThe character that the step will look for to split the source at. String

Outputs

PropertyDescriptionData Type
SplitString1_Output
Split String.String