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

Function search

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

Source from the content-addressed store, hash-verified

29
30
31def search(pattern, string, flags=0, **options):
32 return RegexObject(pattern, flags=flags, **options).search(string)
33
34
35def is_match(pattern, string, flags=0, **options):

Callers

nothing calls this directly

Calls 2

RegexObjectClass · 0.90
searchMethod · 0.80

Tested by

no test coverage detected