PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Reading Textual Data
Tutorials »
|
TokenWords
RecordSeparators
NullRecords
See Also »
NullWords
NullWords
is an option for
Read
and related functions which specifies whether null words should be taken to exist between repeated word separators.
MORE INFORMATION
With the default setting
NullWords->
False
, repeated word separators are treated like single word separators.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
A file containing words separated by colons:
In[1]:=
Repeated colons are treated as single separators:
In[2]:=
Out[2]=
Repeated colons are taken to have null words in between:
In[3]:=
Out[3]=
SEE ALSO
TokenWords
RecordSeparators
NullRecords
TUTORIALS
Reading Textual Data
New in 2
© 2008 Wolfram Research, Inc.