Wiki

Clone wiki

symja_android_library / Symbols / MatchQ

MatchQ

MatchQ(expr, pattern)
tests whether pattern matches expr.

Examples

>>> MatchQ(Sin(x)^3, Sin(a_.*x_)^n_IntegerQ)
True

Updated