Open
Description
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.