split#
- swordfish.function.split()#
str is a scalar:
If delimiter is not specified, split str into a CHAR vector.
If delimiter is specified, use delimiter as the delimiter to split str into a CHAR vector or a STRING vector.
str is a vector: Split each element of the vector as described above. Return the results in a columnar tuple.