Split s[] into an array of strings, using the regular expression as the separator.
array of slices into s[]
See Implementation
Split s[] into an array of strings, using the regular expression as the separator.