Searched defs:SplitAfterN (Results 1 – 2 of 2) sorted by relevance
290 func SplitAfterN(s, sep string, n int) []string { func
372 func SplitAfterN(s, sep []byte, n int) [][]byte { func