MCPcopy Create free account
hub / github.com/dlclark/regexp2 / MatchString

Method MatchString

compat/interface.go:15–15  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

13type Matcher interface {
14 Match(b []byte) bool
15 MatchString(s string) bool
16 MatchReader(r io.RuneReader) bool
17
18 Find(b []byte) []byte

Callers 15

TestStopTimeoutClockFunction · 0.65
TestRunNegativeDigitFunction · 0.65
TestUnicodeScriptSetsFunction · 0.65
TestECMAEmptyCharClassFunction · 0.65
TestDotFunction · 0.65
TestECMADotFunction · 0.65
TestECMAOctalFunction · 0.65

Implementers 1

Regexpcompat/regexp.go

Calls

no outgoing calls

Tested by 15

TestStopTimeoutClockFunction · 0.52
TestRunNegativeDigitFunction · 0.52
TestUnicodeScriptSetsFunction · 0.52
TestECMAEmptyCharClassFunction · 0.52
TestDotFunction · 0.52
TestECMADotFunction · 0.52
TestECMAOctalFunction · 0.52