Skip to content

NFA and DFA on match with ASCII word boundary #241

@SeanRBurton

Description

@SeanRBurton

Running "(?-u:\\B)" (i.e. NotWordBoundaryAscii) against "0\u{7ef5e}" gives the match span (2, 2) using the NFA and (5, 5) using the default match engine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions