func regexp.quote
3 uses
regexp (current package)
regexp.go#L311: panic(`regexp: Compile(` + quote(str) + `): ` + err.Error())
regexp.go#L322: panic(`regexp: CompilePOSIX(` + quote(str) + `): ` + err.Error())
regexp.go#L327: func quote(s string) string {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)