Last updated 3 years ago
Was this helpful?
Check if a string has
$ npm install --save has-ansi
var hasAnsi = require('has-ansi'); hasAnsi('\u001b[4mcake\u001b[0m'); //=> true hasAnsi('cake'); //=> false
- CLI for this module
- Strip ANSI escape codes
- Regular expression for matching ANSI escape codes
- Terminal string styling done right
MIT ©