MCPcopy
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):

Calls 1

only_onFunction · 0.90