DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Reading Textual Data
Tutorials »
|
WordSeparators
NullWords
See Also »
TokenWords
TokenWords
is an option for
Read
and related functions which gives a list of token words to be used to delimit words.
MORE INFORMATION
The setting for
TokenWords
is a list of strings which are used as delimiters for words to be read.
The delimiters specified by
TokenWords
are themselves returned as words.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
A text file:
In[1]:=
Read the file:
In[2]:=
Out[2]=
Read the file using token words to delimit words in the text:
In[3]:=
Out[3]=
SEE ALSO
WordSeparators
NullWords
TUTORIALS
Reading Textual Data
New in 2
© 2008 Wolfram Research, Inc.