Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

match

import { match } from "https://raw.githubusercontent.com/wavebeem/bread-n-butter/v0.6.0/src/bread-n-butter.ts";

Returns a parser that matches the entire regular expression at the current parser position.

function match(regexp: RegExp): Parser<string>;
§
match(regexp: RegExp): Parser<string>
[src]

§Parameters

§
regexp: RegExp
[src]

§Return Type