Main Content
alphanumericBoundary
Description
creates a pattern
that matches the start or end of a run of letters and numbers.
pat
= alphanumericBoundaryalphanumericBoundary
can be negated using the ~
operator. When negated, ~alphanumericBoundary
matches the boundary
between any two characters except at the start or end of a run of alphanumerics.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b