Skip to content

Request: Regex MULTILINE implementation  #389

@marian-daogaru

Description

@marian-daogaru

Hello team!

In Validator._validate_regex it was recently added that if the regex pattern does not end with $, it will be added to the pattern. However, this is sometimes problematic for multi-line string as it will match properly what is desired.

Do you think it would be possible to added a flag to enable re.MULTILINE to be added to the re_obj.match(value).

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions