Skip to content

[BUG] String matching doesn't support Unicode character classes #224

@hudlow

Description

@hudlow

"foo".matches(r'^\p{L}+$') ought to work, but it doesn't, because the ECMAScript conversion of the RE2 expressions doesn't use the u flag for Unicode-awareness.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions