Skip to content

Unnecessary escape characters in regular expression #472

@Michael-1

Description

@Michael-1

In the generated regular expression, dot characters in ranges are unnecessarily escaped. [_\.] can be written simply as [_.], as the dot character is always interpreted literally in a range [].

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