Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
34
def
apply_regex(text, regex):
35
return
re.findall(regex, text)
36
37
38
def
get_file_from_url(url):
Callers
2
extract_keywords
Function · 0.85
get_release_tag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected