Skip to main content
Module

std/io/bufio.ts>readStringDelim

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function readStringDelim
import { readStringDelim } from "https://deno.land/std@v0.35.0/io/bufio.ts";

Read delimited strings from a Reader.

Parameters

reader: Reader
delim: string

Returns

AsyncIterableIterator<string>