Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Missing regex special word boundary escapes #136

@CAD97

Description

@CAD97

Specifically, \b{start}, \b{end}, \b{start-half}, \b{end-half}. fancy-regex errors when encountering one of these with InvalidEscape("\\b"). The directional boundary assertions are available as \</\>, but the half-boundary assertions aren't accessible except via lookaround ((?<=\W|\A)/(?=\W|\z)).

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