REGEXP_MATCH
Syntax
REGEXP_MATCH( string, pattern )
Description
Returns 'TRUE' if the string string
has a substring that matches the regular expression pattern pattern
.
Argument types:
string
—String
pattern
—String
Return type: Boolean
Note
See the documentation of the data source to clarify the regular expression syntax.
Data source support
ClickHouse 19.13
, MySQL 5.6
, PostgreSQL 9.3
.
Previous
Next