regexp.Regexp.allMatches (method)
9 uses
regexp (current package)
regexp.go#L767: func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
regexp.go#L1081: re.allMatches("", b, n, func(match []int) {
regexp.go#L1099: re.allMatches("", b, n, func(match []int) {
regexp.go#L1117: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1135: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1153: re.allMatches("", b, n, func(match []int) {
regexp.go#L1177: re.allMatches("", b, n, func(match []int) {
regexp.go#L1195: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1220: re.allMatches(s, nil, n, func(match []int) {
 |
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. |