Skip to main content
Module

x/frugal/dep/std/fmt/colors.ts>stripColor

A frugal web framework
Latest
function stripColor
import { stripColor } from "https://deno.land/x/frugal@0.9.6/dep/std/fmt/colors.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string