MCPcopy 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
43def extract_keywords(text, regex):
44 keywords = apply_regex(text, regex)
45 return [k.lower() for k in keywords]
46
47
48def get_release_tag(current_url=PG_CURRENT_VERSION_URL,

Callers 2

get_keywords_pg_codeFunction · 0.85
get_keywords_pg_docsFunction · 0.85

Calls 1

apply_regexFunction · 0.85

Tested by

no test coverage detected