-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed