Skip to main content
Module

x/ramda/source/index.js>match

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

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.