Skip to main content
Module

x/crayon/mod.ts>replace

🖍️ Terminal styling done light and fast.
Go to Latest
function replace
import { replace } from "https://deno.land/x/crayon@3.3.2/mod.ts";

Faster alternative to String.prototype.replace

Parameters

string: string
  • string which will be modified
replaceValue: string
  • string which replaces search

Returns

string