has-ansi

v4.0.1
Check if a string has ANSI escape codes
ansi styles color colour colors terminal console string tty and 13 more...

has-ansi

Check if a string has ANSI escape codes

Install

npm install has-ansi

Usage

import hasAnsi from 'has-ansi';

hasAnsi('\u001B[4mUnicorn\u001B[0m');
//=> true

hasAnsi('cake');
//=> false

Related

Metadata

  • MIT
  • >=8
  • Sindre Sorhus
  • released 2/26/2021

Downloads