RUAL Documentation

split

This block is part of the value group and was last modified in core v13.0.8.

split v13.0.8

takes a pattern and divides this string into an ordered list of substrings by searching for the pattern, puts these substrings into an array, and returns the array

Pin Pin Type Default
valuerequired
value
separatorrequired
value
limit
A non-negative integer specifying a limit on the number of substrings to be included in the array. If provided, splits the string at each occurrence of the specified separator, but stops when limit entries have been placed in the array. Any leftover text is not included in the array at all.
number no limit
join exceeding
Will join the exceeding entries and add them to the last item in the array if set to true.
condition false
Pin Pin Type Example
array
array

Core Releases

v13.0.8 This block was introduced in v13.0.8, click here to see the release notes.
Back to value Return to the main group to view all sub-groups Back to value Return to the group to view all blocks within this group