Main Content
characterListPattern
Description
creates a pattern that matches any character included in
pat
= characterListPattern(characters
)characters
.
matches any character in the range between pat
= characterListPattern(startCharacter
,endCharacter
)startCharacter
and
endCharacter
, including startCharacter
and
endCharacter
.
Examples
Input Arguments
Output Arguments
More About
Extended Capabilities
Version History
Introduced in R2020b