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

x/abc/vendor/https/deno.land/std/io/bufio.ts>readStringDelim

A better Deno framework to create web application.
Go to Latest
function readStringDelim
import { readStringDelim } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/io/bufio.ts";

Read delimited strings from a Reader.

Parameters

reader: Reader
delim: string

Returns

AsyncIterableIterator<string>