### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Describe the feature you'd like Introducing function: REGEXP to support regular expression. Function prototype: BOOLEAN regexp(expr VARCHAR, pattern VARCHAR); expr: the string expression. pattern: the pattern to match. The function can be used in select list and filter expression.