Skip to content

Add support for regexes defined in JSON #74

@Identifier

Description

@Identifier

It would be nice to test regexes defined in strings in JSON objects. It would just need to handle escaped characters such as backslash and quote. For example:

                {
                    "level": 1,
                    "icon": "warning",
                    "regex": "\\[WARN(?:ING)?\\]\\s*(.*)",
                }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions