func regexp.CompilePOSIX
3 uses
regexp (current package)
regexp.go#L155: func CompilePOSIX(expr string) (*Regexp, error) {
regexp.go#L320: regexp, err := CompilePOSIX(str)
src.elv.sh/pkg/eval/mods/re
re.go#L161: return regexp.CompilePOSIX(pattern)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)