WLJS LogoWLJS Notebook

PatternSequence

PatternSequence[p1, p2, …] is a pattern object that represents a sequence of arguments matching p1, p2, ….

Examples

Cases[{{1, 2, 3}, {a, b}}, {PatternSequence[x_, y_], ___}]

Please visit the official Wolfram Language Reference for more details.

On this page