Skip to content

\n in regular expression is not working #324

@utsavtulsyan

Description

@utsavtulsyan

Regular Expression:
{\n "uuid": "(?<uuid>[a-f0-9\-]*)",\n},

Test String:

{
  "uuid": "abcd",
},

The above does not give correct response, while the following Regular Expression works:

{
  "uuid": "(?<uuid>[a-f0-9\-]*)",
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions