WMA link
StringToStream
strm = StringToStream["abc 123"]
The stream must be closed after using it, to release the resource:
Close[strm];