Skip to main content
Module

x/core_fn/uncurry/regexp/mod.ts

A collection of built-in object method and property as currying function
Latest
import * as coreFn from "https://deno.land/x/core_fn@v1.0.0-beta.16/uncurry/regexp/mod.ts";

Variables

Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search.

whether a given string matches a given regular expression.