Helper function to consume string content from an input stream until a certain target pattern of characters is encountered.
The stream to read from.
The target at which to stop reading.
The string that was read, or a stream error.
Helper function to consume string content from an input stream until a certain target pattern of characters is encountered.