StringSplit
split the string
str
by whitespaces into a list of strings.
split the string
str1
bystr2
into a list of strings.
split the string
str1
by the regular expressionstr2
into a list of strings.
See
Examples
Related terms
StringCases, StringContainsQ, StringCount, StringExpression, StringFreeQ, StringInsert, StringJoin, StringLength, StringMatchQ, StringPart, StringPosition, StringQ, StringReplace, StringRiffle, StringTake, StringToByteArray, StringTrim
Implementation status
- ✅ - full supported