regexp.Regexp.ReplaceAllLiteralString (method)
5 uses
regexp (current package)
regexp.go#L584: func (re *Regexp) ReplaceAllLiteralString(src, repl string) string {
github.com/jackc/pgconn
errors.go#L177: connString = quotedDSN.ReplaceAllLiteralString(connString, "password=xxxxx")
errors.go#L179: connString = plainDSN.ReplaceAllLiteralString(connString, "password=xxxxx")
errors.go#L181: connString = brokenURL.ReplaceAllLiteralString(connString, ":xxxxxx@")
golang.org/x/pkgsite/internal/database
database.go#L80: return passwordRegexp.ReplaceAllLiteralString(dbinfo, "password=REDACTED")
![]() |
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. |