Main Content
lineBoundary
Description
creates a pattern that
matches the start or end of a line, including pat
= lineBoundarynewline
characters.
lineBoundary
can be negated using the ~
operator.
When negated, ~lineBoundary
matches between any two characters so long as
neither is a newline
character.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b