func regexp.compile
3 uses
regexp (current package)
regexp.go#L133: return compile(expr, syntax.Perl, false)
regexp.go#L156: return compile(expr, syntax.POSIX, true)
regexp.go#L169: func compile(expr string, mode syntax.Flags, longest bool) (*Regexp, error) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)