func strconv.QuoteToASCII
3 uses
strconv (current package)
quote.go#L141: func QuoteToASCII(s string) string {
regexp/syntax
prog.go#L337: bw(b, "rune ", strconv.QuoteToASCII(string(i.Rune)))
prog.go#L343: bw(b, "rune1 ", strconv.QuoteToASCII(string(i.Rune)), " -> ", u32(i.Out))
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |