Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 年 前
..
index.js 0611418f7a added whole system from ola4doc 6 年 前
license 0611418f7a added whole system from ola4doc 6 年 前
package.json cefd1c2ad0 updated sys and created publi 6 年 前
readme.md 0611418f7a added whole system from ola4doc 6 年 前

readme.md

strip-ansi Build Status

Strip ANSI escape codes

Install

$ npm install --save strip-ansi

Usage

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

stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'

Related

  • strip-ansi-cli - CLI for this module
  • has-ansi - Check if a string has ANSI escape codes
  • ansi-regex - Regular expression for matching ANSI escape codes
  • chalk - Terminal string styling done right

License

MIT © Sindre Sorhus