Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ regexp_match
Method
regexp_match
test/requirements.py:2106–2107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2104
2105
@property
2106
def
regexp_match(self):
2107
return
only_on([
"postgresql"
,
"mysql"
,
"mariadb"
,
"oracle"
,
"sqlite"
])
2108
2109
@property
2110
def
regexp_replace(self):
Callers
15
test_regexp_match
Method · 0.45
test_not_regexp_match
Method · 0.45
test_regexp_match
Method · 0.45
test_regexp_match_column
Method · 0.45
test_regexp_match_str
Method · 0.45
test_regexp_match_flags
Method · 0.45
test_not_regexp_match
Method · 0.45
test_not_regexp_match_column
Method · 0.45
test_not_regexp_match_str
Method · 0.45
test_not_regexp_match_flags
Method · 0.45
test_regexp_precedence_1
Method · 0.45
test_regexp_precedence_2
Method · 0.45
Calls
1
only_on
Function · 0.90
Tested by
15
test_regexp_match
Method · 0.36
test_not_regexp_match
Method · 0.36
test_regexp_match
Method · 0.36
test_regexp_match_column
Method · 0.36
test_regexp_match_str
Method · 0.36
test_regexp_match_flags
Method · 0.36
test_not_regexp_match
Method · 0.36
test_not_regexp_match_column
Method · 0.36
test_not_regexp_match_str
Method · 0.36
test_not_regexp_match_flags
Method · 0.36
test_regexp_precedence_1
Method · 0.36
test_regexp_precedence_2
Method · 0.36