Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/dep/std/io.ts>readStringDelim

A frugal web framework
Go to Latest
function readStringDelim
import { readStringDelim } from "https://deno.land/x/frugal@0.3.0/dep/std/io.ts";

Read delimited strings from a Reader.

Parameters

reader: Reader
delim: string
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>