DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Searching Files
Tutorials »
|
AnchoredSearch
Word
WordSeparators
See Also »
WordSearch
WordSearch
is an option for
Find
and
FindList
which specifies whether the text searched for must appear as a word.
MORE INFORMATION
With the setting
WordSearch->
True
, the text must appear as a word, delimited by word or record separators, as specified by
WordSeparators
or
RecordSeparators
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Give all words
"th"
in a file:
In[1]:=
Out[1]=
Number of words containing
"th"
:
In[1]:=
Out[1]=
SEE ALSO
AnchoredSearch
Word
WordSeparators
TUTORIALS
Searching Files
New in 2
© 2008 Wolfram Research, Inc.