MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / apply_regex

Function apply_regex

tools/sql_keywords.py:34–35  ·  view source on GitHub ↗
(text, regex)

Source from the content-addressed store, hash-verified

32
33
34def apply_regex(text, regex):
35 return re.findall(regex, text)
36
37
38def get_file_from_url(url):

Callers 2

extract_keywordsFunction · 0.85
get_release_tagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected