Skip to content

EQL: Introduce case-insensitive string functions through ~ #67868

Closed
@costin

Description

@costin

Introduce ~ for string functions to indicate a case insensitive operation.

For example:

process where endsWith~(file.path, "ExE")

will match all file.path that end with exe, regardless of their case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions