Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ extract_keywords
Function
extract_keywords
tools/sql_keywords.py:43–45 ·
view source on GitHub ↗
(text, regex)
Source
from the content-addressed store, hash-verified
41
42
43
def
extract_keywords(text, regex):
44
keywords = apply_regex(text, regex)
45
return
[k.lower()
for
k in keywords]
46
47
48
def
get_release_tag(current_url=PG_CURRENT_VERSION_URL,
Callers
2
get_keywords_pg_code
Function · 0.85
get_keywords_pg_docs
Function · 0.85
Calls
1
apply_regex
Function · 0.85
Tested by
no test coverage detected