regexp.Regexp.Match (method)
13 uses
regexp (current package)
regexp.go#L530: func (re *Regexp) Match(b []byte) bool {
regexp.go#L564: return re.Match(b), nil
github.com/russross/blackfriday/v2
block.go#L723: if reBackslashOrAmp.Match(str) {
github.com/yuin/goldmark/extension
table.go#L260: if tableDelimLeft.Match(col) {
table.go#L262: } else if tableDelimRight.Match(col) {
table.go#L264: } else if tableDelimCenter.Match(col) {
table.go#L266: } else if tableDelimNone.Match(col) {
github.com/yuin/goldmark/parser
html_block.go#L123: } else if htmlBlockType2OpenRegexp.Match(line) {
html_block.go#L125: } else if htmlBlockType3OpenRegexp.Match(line) {
html_block.go#L127: } else if htmlBlockType4OpenRegexp.Match(line) {
html_block.go#L129: } else if htmlBlockType5OpenRegexp.Match(line) {
html_block.go#L169: if htmlBlockType1CloseRegexp.Match(firstLine.Value(reader.Source())) {
html_block.go#L173: if htmlBlockType1CloseRegexp.Match(line) {
![]() |
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. |