Skip to main content
Module

x/ramda/mod.ts>match

:ram: Practical functional Javascript
Latest
variable match
import { match } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Tests a regular expression against a String. Note that this function will return an empty array when there are no matches. This differs from String.prototype.match which returns null when there are no matches.