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