MCPcopy Create free account
hub / github.com/davidblewett/rure-python / is_match

Function is_match

rure/__init__.py:35–36  ·  view source on GitHub ↗
(pattern, string, flags=0, **options)

Source from the content-addressed store, hash-verified

33
34
35def is_match(pattern, string, flags=0, **options):
36 return RegexObject(pattern, flags=flags, **options).is_match(string)
37
38
39def match(pattern, string, flags=0, **options):

Callers

nothing calls this directly

Calls 2

RegexObjectClass · 0.90
is_matchMethod · 0.45

Tested by

no test coverage detected