1 - 10 of 487 for PatternSearch Results
Pattern   (Built-in Mathematica Symbol)
s : obj represents the pattern object obj, assigned the name s.
PatternTest   (Built-in Mathematica Symbol)
p?test is a pattern object that stands for any expression which matches p, and on which the application of test gives True.
PatternSequence   (Built-in Mathematica Symbol)
PatternSequence[p_1, p_2, ...] is a pattern object which represents a sequence of arguments matching p_1, p_2, ....
Pattern Sequences   (Mathematica Tutorial)
In some cases you may need to specify pattern sequences that are more intricate than things like x__ or x..; for such situations you can use PatternSequence[p_1,p_2,…]. ...
HoldPattern   (Built-in Mathematica Symbol)
HoldPattern[expr] is equivalent to expr for pattern matching, but maintains expr in an unevaluated form.
Pattern Matching Functions   (Mathematica Guide)
Pattern matching makes possible some of the most succinct and elegant programs in the Mathematica language—immediately compressing large numbers of conditional cases into ...
DatePattern   (Built-in Mathematica Symbol)
DatePattern[{"e_1", "e_2", ...}] represents the characters of a date with elements of type "e_i" in StringExpression. DatePattern[{"e_1", "e_2", ...}, sep] allows separators ...
Finding elements that match a pattern. This gives the elements of the list which match the pattern x^_. Here is the total number of elements which match the pattern.
OptionsPattern   (Built-in Mathematica Symbol)
OptionsPattern[] is a pattern object that represents a collection of options given as rules, where the values of the options can be accessed using OptionValue. ...
Patterns   (Mathematica Guide)
One of the unique strengths of Mathematica's core language is its powerful and succinct—yet highly readable—symbolic pattern language. Convenient both for immediate use in ...
1|2|3|4 ... 49 Next

...