Skip to main content
Module

x/rambda/index.d.ts>replace

Faster and smaller alternative to Ramda
Latest
function replace
import { replace } from "https://deno.land/x/rambda@v9.2.0/index.d.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