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