Skip to content

Use secure alternatives for regex #176

Open
@sunharis

Description

@sunharis

We have been using the regex for validating an input string.

This issue is opened to address Ed's concern over the usage of regex -
Std::regex is slow, takes a lot of memory, and complicates things that should be simple. In most cases, there are much more performant alternatives that are more clear in code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions