Module

x/rambda/mod.ts>replace

Faster and smaller alternative to Ramda
Latest
function replace
import { replace } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";

It replaces strOrRegex found in str with replacer.

Parameters

strOrRegex: RegExp | string
replacer: RegExpReplacer
str: string

Returns

string

Parameters

strOrRegex: RegExp | string
replacer: RegExpReplacer

Returns

(str: string) => string

Parameters

strOrRegex: RegExp | string

Returns

(replacer: RegExpReplacer) => (str: string) => string