PatternTest
PatternTest(pattern, test)or
pattern ? testconstrains
patternto matchexpronly if the evaluation oftest(expr)yieldsTrue.
Examples
>> MatchQ(3, _Integer?(#>0&))True
>> MatchQ(-3, _Integer?(#>0&))FalseImplementation status
- ✅ - full supported