Closed
Description
I noticed that the current definition of the POSIX "graph" character class is written as:
regex-tdfa/lib/Text/Regex/TDFA/Pattern.hs
Line 204 in 0392ea0
According to the Wikibooks: Regular Expressions - POSIX Basic Regular Expressions, the [:graph:]
character class is equivalent to [^ [:cntrl:]]
.
So "graph" class should cover characters from decimal 33 through 126.
Metadata
Metadata
Assignees
Labels
No labels