import { match } from "https://deno.land/x/rambda@9.3.0/mod.ts";
Curried version of String.prototype.match
which returns empty array, when there is no match.
import { match } from "https://deno.land/x/rambda@9.3.0/mod.ts";
Curried version of String.prototype.match
which returns empty array, when there is no match.