func strconv.QuoteToASCII
3 uses
strconv (current package)
quote.go#L137: func QuoteToASCII(s string) string {
regexp/syntax
prog.go#L334: bw(b, "rune ", strconv.QuoteToASCII(string(i.Rune)))
prog.go#L340: bw(b, "rune1 ", strconv.QuoteToASCII(string(i.Rune)), " -> ", u32(i.Out))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)