Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function stripColor
import { stripColor } from "https://deno.land/x/discordeno@17.2.0/template/beginner/deps.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string