25.185. SPLITA string BY string TO array

[<<<] [>>>]

Split a string into an array using the second string as delimiter. If the string has zero length the array becomes undefined. When the delimiter is zero length string each array element will contain a single character of the string.

See also SPLIT


[<<<] [>>>]