whitespaceBoundary
Match boundary between whitespace characters and non-whitespace characters
Description
creates a pattern
that matches the start or end of a run of whitespace characters.
pat
= whitespaceBoundarywhitespaceBoundary
can be negated using the ~
operator. When negated, ~whitespaceBoundary
matches the boundary between
any two characters except at the start or end of a run of whitespaces.