pyflink.table.expression.Expression.regexp# Expression.regexp(regex: str | Expression[str]) → Expression[str][source]# Returns True if any (possibly empty) substring matches the regular expression, otherwise False. Returns None if any of arguments is None. Added in version 1.12.0.