regexp.Regexp.Split (method)
3 uses
regexp (current package)
regexp.go#L1244: func (re *Regexp) Split(s string, n int) []string {
src.elv.sh/pkg/eval
builtin_fn_str.go#L193: for _, field := range eawkWordSep.Split(strings.Trim(line, " \t"), -1) {
src.elv.sh/pkg/eval/mods/re
re.go#L141: pieces := pattern.Split(source, opts.Max)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)