regexp.Regexp.ReplaceAll (method)
4 uses
regexp (current package)
regexp.go#L669: func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
cloud.google.com/go/storage
storage.go#L427: value = string(spaceRegex.ReplaceAll([]byte(value), []byte(" ")))
storage.go#L428: value = string(tabRegex.ReplaceAll([]byte(value), []byte("\t")))
github.com/russross/blackfriday/v2
html.go#L387: w.Write(htmlTagRe.ReplaceAll(text, []byte{}))
![]() |
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. |