TravisBuddy / strip-ansi

Strip ANSI escape codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strip-ansi Build Status

Strip ANSI escape codes

Install

$ npm install strip-ansi

Usage

const stripAnsi = require('strip-ansi');

stripAnsi('\u001B[4mUnicorn\u001B[0m');
//=> 'Unicorn'

Related

Maintainers

License

MIT

About

Strip ANSI escape codes

License:MIT License


Languages

Language:JavaScript 100.0%