Skip to content

No support for \p{unicode char class} that is supported by the Go stdlib regex package #65

@kovidgoyal

Description

@kovidgoyal

Extract from https://pkg.go.dev/regexp/syntax

\pN            Unicode character class (one-letter name)
\p{Greek}      Unicode character class
\PN            negated Unicode character class (one-letter name)
\P{Greek}      negated Unicode character class

I imagine this could be implemented in RE2 compat mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions