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

Function match

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

Source from the content-addressed store, hash-verified

37
38
39def match(pattern, string, flags=0, **options):
40 return RegexObject(pattern, flags=flags, **options).match(string)
41
42
43def findall(pattern, string, flags=0, **options):

Callers

nothing calls this directly

Calls 2

RegexObjectClass · 0.90
matchMethod · 0.80

Tested by

no test coverage detected