|
StringToStream
StringToStream["string"] opens an input stream for reading from a string.
StringToStream yields a stream of the form InputStream[String, n].
Operations like Read and Find work on streams returned by StringToStream.
You must use Close to close streams created by StringToStream.
See Section 2.12.10.
See also: Characters.
New in Version 2.
Further Examples
|