Skip to content

v0.4.0

Compare
Choose a tag to compare
@hedhyw hedhyw released this 26 Sep 14:02
· 17 commits to main since this release
428fe84

Support edge markers:

symbol description Suggestion
\A at beginning of text Chars.BeginOfText()
\b at ASCII word boundary (\w on one side and \W, \A, or \z on the other) Chars.ASCIIWordBoundary()
\B not at ASCII word boundary Chars.NotASCIIWordBoundary()
\z at end of text Chars.EndOfText()