Skip to content

Regex Literal does not parse with quotes correctly #437

@BSteffaniak

Description

@BSteffaniak

e.g. this works: _.replace(Pattern("(\"Authorization\":\")[^\"]+\""), "$1{{REDACTED}}\"")

but this does not: _.replace(/("Authorization":")[^"]+"/), "$1{{REDACTED}}\"")

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions