Main Content
whitespaceBoundary
Match boundary between whitespace characters and non-whitespace characters
Since R2020b
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.
Examples
Input Arguments
Output Arguments
More About
Extended Capabilities
Version History
Introduced in R2020b