Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/applicative_parser/parser.ts>string

parser combinators applicative TypeScript deno module
Latest
function string
import { string } from "https://deno.land/x/applicative_parser@1.0.23/parser.ts";

string matches string s or fails.

Parameters

s: string

Returns

Parser<A, string>