Voting

: one plus five?
(Example: nine)

The Note You're Voting On

J Daugherty
20 years ago
In the character class meta-character documentation above, the circumflex (^) is described:

"^ negate the class, but only if the first character"

It should be a little more verbose to fully express the meaning of ^:

^ Negate the character class. If used, this must be the first character of the class (e.g. "[^012]").

<< Back to user notes page

To Top