Skip to content

Incorrect Upper Bound in POSIX "graph" Character Class Definition #66

Closed
@c000

Description

@c000

I noticed that the current definition of the POSIX "graph" character class is written as:

"graph" -> ['\41'..'\126']

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions