Searched defs:TrimLeftFunc (Results 1 – 2 of 2) sorted by relevance
833 func TrimLeftFunc(s string, f func(rune) bool) string { func
796 func TrimLeftFunc(s []byte, f func(r rune) bool) []byte { func