Skip to content

Wrong explanation for dot character class #423

Open
@mumbomedia

Description

@mumbomedia

Screenshot 2021-07-08 at 08-53-34 RegExr Learn, Build, Test RegEx

As you can see from the screenshot, when using the dot character class the text shown in the Tools section is wrong.
. Matches any character except linebreaks. Equivalent to [^\n\r]. So the text "Dot. Matches any character including line brea... is definitly wrong. Instead of including is has to be except.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions