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