regexp.Regexp.ReplaceAllFunc (method)
4 uses
regexp (current package)
regexp.go#L697: func (re *Regexp) ReplaceAllFunc(src []byte, repl func([]byte) []byte) []byte {
github.com/russross/blackfriday/v2
block.go#L724: return reEntityOrEscapedChar.ReplaceAllFunc(str, unescapeChar)
google.golang.org/api/internal/third_party/uritemplates
uritemplates.go#L54: w.escaped.Write(reserved.ReplaceAllFunc([]byte(s), pctEncode))
uritemplates.go#L56: w.escaped.Write(unreserved.ReplaceAllFunc([]byte(s), pctEncode))
![]() |
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. |