91 - 100 of 460 for PatternSearch Results
View search results from all Wolfram sites (10403 matches)
String Operations   (Mathematica Guide)
Mathematica incorporates the latest highly efficient algorithms to allow operations on strings with millions of elements, all making use of Mathematica's unique symbolic ...
OneIdentity   (Built-in Mathematica Symbol)
OneIdentity is an attribute that can be assigned to a symbol f to indicate that f[x], f[f[x]], etc. are all equivalent to x for the purpose of pattern matching.
StringFreeQ   (Built-in Mathematica Symbol)
StringFreeQ["string", patt] yields True if no substring in " string" matches the string expression patt, and yields False otherwise. StringFreeQ["string", {patt_1, patt_2, ...
Discrete & Integer Data   (Mathematica Guide)
Integrated into the Mathematica system are powerful functions for analyzing large volumes of discrete and integer data—often conveniently specified using Mathematica's ...
Handling Arrays of Data   (Mathematica Guide)
Mathematica routinely handles huge arrays of numeric, symbolic, textual, or any other data, with any dimension or structure. Arrays are fully integrated into Mathematica's ...
Position   (Built-in Mathematica Symbol)
Position[expr, pattern] gives a list of the positions at which objects matching pattern appear in expr. Position[expr, pattern, levelspec] finds only objects that appear on ...
Regular Expressions   (Mathematica Tutorial)
General Mathematica patterns provide a powerful way to do string manipulation. But particularly if you are familiar with specialized string manipulation languages, you may ...
StringMatchQ   (Built-in Mathematica Symbol)
StringMatchQ["string", patt] tests whether " string" matches the string pattern patt. StringMatchQ["string", RegularExpression["regex"]] tests whether " string" matches the ...
Discrete Mathematics   (Mathematica Guide)
Mathematica has been used to make many important discoveries in discrete mathematics over the past two decades. Its integration of highly efficient and often original ...
Optional   (Built-in Mathematica Symbol)
p : v is a pattern object that represents an expression of the form p, which, if omitted, should be replaced by v.
1 ... 7|8|9|10|11|12|13 ... 46 Previous Next

...