Lines Matching full:substrings
1073 // Split slices s into substrings separated by the expression and returns a slice of
1074 // the substrings between those expression matches.
1076 // The slice returned by this method consists of all the substrings of s
1084 // The count determines the number of substrings to return:
1085 // n > 0: at most n substrings; the last substring will be the unsplit remainder.
1086 // n == 0: the result is nil (zero substrings)
1087 // n < 0: all substrings