PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
String Patterns
>
Built-in
Mathematica
Symbol
FileFormat
ImportString
BinaryReadList
SyntaxQ
Hash
See Also »
|
Converting between Expressions & Strings
Importing & Exporting
String Manipulation
String Patterns
New in 6.0: Data Handling & Data Sources
New in 6.0: Import & Export Formats
More About »
StringFormat
StringFormat
["
string
"]
attempts to determine what
ImportString
format could be used to import the string
"
string
"
.
MORE INFORMATION
StringFormat
returns a format name of the type used by
Import
or
ImportString
.
StringFormat
uses heuristic methods, and may not give correct results, particularly for shorter strings.
StringFormat
does not verify that
ImportString
would succeed if applied to
"
string
"
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Format interpretation of some strings of data:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
In[4]:=
Out[4]=
SEE ALSO
FileFormat
ImportString
BinaryReadList
SyntaxQ
Hash
MORE ABOUT
Converting between Expressions & Strings
Importing & Exporting
String Manipulation
String Patterns
New in 6.0: Data Handling & Data Sources
New in 6.0: Import & Export Formats
New in 6
© 2008 Wolfram Research, Inc.