Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
type
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
TestStopTimeoutClock
Function · 0.65
TestIncorrectTimeoutError
Function · 0.65
TestRunNegativeDigit
Function · 0.65
TestUnicodeSupplementaryCharSetMatch
Function · 0.65
TestUnicodeSupplementaryCharInRange
Function · 0.65
TestUnicodeScriptSets
Function · 0.65
TestUnicodePropertyAliases
Function · 0.65
TestHexadecimalCurlyBraces
Function · 0.65
TestECMAEmptyCharClass
Function · 0.65
TestDot
Function · 0.65
TestECMADot
Function · 0.65
TestECMAOctal
Function · 0.65
Implementers
1
Regexp
compat/regexp.go
Calls
no outgoing calls
Tested by
15
TestStopTimeoutClock
Function · 0.52
TestIncorrectTimeoutError
Function · 0.52
TestRunNegativeDigit
Function · 0.52
TestUnicodeSupplementaryCharSetMatch
Function · 0.52
TestUnicodeSupplementaryCharInRange
Function · 0.52
TestUnicodeScriptSets
Function · 0.52
TestUnicodePropertyAliases
Function · 0.52
TestHexadecimalCurlyBraces
Function · 0.52
TestECMAEmptyCharClass
Function · 0.52
TestDot
Function · 0.52
TestECMADot
Function · 0.52
TestECMAOctal
Function · 0.52