DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Searching Files
Tutorials »
|
WordSearch
See Also »
AnchoredSearch
AnchoredSearch
is an option for
Find
and
FindList
which specifies whether the text searched for must be at the beginning of a record.
MORE INFORMATION
With the default setting
RecordSeparators
->{"\n", "\r\n", "\r"}
,
AnchoredSearch->
True
specifies that the text must appear at the beginning of a line.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Find lines starting with "def":
In[1]:=
Out[1]=
Find lines with "def" anywhere in the line:
In[1]:=
Out[1]=
SEE ALSO
WordSearch
TUTORIALS
Searching Files
New in 2
© 2008 Wolfram Research, Inc.