func regexp/syntax.bw
17 uses
regexp/syntax (current package)
prog.go#L287: func bw(b *strings.Builder, args ...string) {
prog.go#L303: bw(b, pc, "\t")
prog.go#L305: bw(b, "\n")
prog.go#L316: bw(b, "alt -> ", u32(i.Out), ", ", u32(i.Arg))
prog.go#L318: bw(b, "altmatch -> ", u32(i.Out), ", ", u32(i.Arg))
prog.go#L320: bw(b, "cap ", u32(i.Arg), " -> ", u32(i.Out))
prog.go#L322: bw(b, "empty ", u32(i.Arg), " -> ", u32(i.Out))
prog.go#L324: bw(b, "match")
prog.go#L326: bw(b, "fail")
prog.go#L328: bw(b, "nop -> ", u32(i.Out))
prog.go#L332: bw(b, "rune ")
prog.go#L334: bw(b, "rune ", strconv.QuoteToASCII(string(i.Rune)))
prog.go#L336: bw(b, "/i")
prog.go#L338: bw(b, " -> ", u32(i.Out))
prog.go#L340: bw(b, "rune1 ", strconv.QuoteToASCII(string(i.Rune)), " -> ", u32(i.Out))
prog.go#L342: bw(b, "any -> ", u32(i.Out))
prog.go#L344: bw(b, "anynotnl -> ", u32(i.Out))
 |
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. |