Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rambda/index.d.ts>replace

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