SplitStringBy
Splits a string into an array of strings using a multicharacter (string) separator.
- Use
string.Split()
with the givenseparator
to split the string into an array of strings.
Splits a string into an array of strings using a multicharacter (string) separator.
string.Split()
with the given separator
to split the string into an array of strings.