Skip to content

[Feature Request]: Support regular expression in filter and project list. #1986

@JinHai-CN

Description

@JinHai-CN

Is there an existing issue for the same feature request?

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions