Main Content
lettersPattern
Description
creates a pattern that
matches text composed of one or more of letters. pat
= lettersPatternlettersPattern
accepts
letter characters as defined by the Unicode standard.
matches text composed of a number of letters greater than or equal to
pat
= lettersPattern(minCharacters
,maxCharacters
)minCharacters
and less than or equal to
maxCharacters
. inf
is a valid value for
maxLetter
. lettersPattern
is
greedy and matches a number of letters as close to
maxCharacters
as possible.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b