Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.80.46
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
has-ansi /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
152
B
-rw-r--r--
2014-06-14 19:28
license
1.09
KB
-rw-r--r--
2014-04-06 15:43
package.json
2.94
KB
-rw-r--r--
2021-02-04 21:24
readme.md
856
B
-rw-r--r--
2015-06-30 16:13
Save
Rename
# has-ansi [](https://travis-ci.org/sindresorhus/has-ansi) > Check if a string has [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code) ## Install ``` $ npm install --save has-ansi ``` ## Usage ```js var hasAnsi = require('has-ansi'); hasAnsi('\u001b[4mcake\u001b[0m'); //=> true hasAnsi('cake'); //=> false ``` ## Related - [has-ansi-cli](https://github.com/sindresorhus/has-ansi-cli) - CLI for this module - [strip-ansi](https://github.com/sindresorhus/strip-ansi) - Strip ANSI escape codes - [ansi-regex](https://github.com/sindresorhus/ansi-regex) - Regular expression for matching ANSI escape codes - [chalk](https://github.com/sindresorhus/chalk) - Terminal string styling done right ## License MIT © [Sindre Sorhus](http://sindresorhus.com)