regexp.Regexp.ReplaceAllString (method)
7 uses
regexp (current package)
regexp.go#L570: func (re *Regexp) ReplaceAllString(src, repl string) string {
github.com/google/safehtml
stylesheet.go#L52: selectorWithoutStrings := cssStringPattern.ReplaceAllString(selector, "")
golang.org/x/mod/internal/lazyregexp
lazyre.go#L47: return r.re().ReplaceAllString(src, repl)
golang.org/x/pkgsite/internal/frontend
goldmark.go#L188: str := r.ReplaceAllString(string(value), "")
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L111: id := badAnchorRx.ReplaceAllString(blk.title, "_")
golang.org/x/pkgsite/internal/postgres
details.go#L222: return packageLinkRegexp.ReplaceAllString(docHTML, `$1$2$3`)
internal/lazyregexp
lazyre.go#L47: return r.re().ReplaceAllString(src, repl)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |