Skip to main content
Module

x/format/format.ts>createGlobalRegexp

Formatting and printing string utilities
Latest
function createGlobalRegexp
import { createGlobalRegexp } from "https://deno.land/x/format@1.1.0/format.ts";

Create regexp with global flag.

Parameters

pattern: string | RegExp

Returns

RegExp