Reply To: Bug in Whatthegrep?

#78485
Henk Vrugt
Participant

Thanx, Peter and David
This problem only seems to occur with the dollar sign:

\~\|\+\?\*\^\$\.\{\}\{\}\(\)

Literal (single) backslash
\~ Literal tilde
\| Unnecessary escaped character (safer to use ‘|’)
\+ Literal plus sign
\? Literal question mark
\* Literal asterisk
\^ Literal caret
\$ Unnecessary escaped character (safer to use ‘$’)
\. Literal period
\{ Literal opening curly brace
\} Literal closing curly brace
\{ Literal opening curly brace
\} Literal closing curly brace
\( Literal opening parenthesis
\) Literal closing parenthesis

This article was last modified on October 2, 2015

Comments (0)

Loading comments...