uawdijnntqw1x1x1
IP : 18.119.142.123
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
..
/
..
/
lib
/
node_modules
/
npm
/
node_modules
/
lodash.without
/
..
/
shebang-regex
/
readme.md
/
/
# shebang-regex [](https://travis-ci.org/sindresorhus/shebang-regex) > Regular expression for matching a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) ## Install ``` $ npm install --save shebang-regex ``` ## Usage ```js var shebangRegex = require('shebang-regex'); var str = '#!/usr/bin/env node\nconsole.log("unicorns");'; shebangRegex.test(str); //=> true shebangRegex.exec(str)[0]; //=> '#!/usr/bin/env node' ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
/home/batcwwjx/../../lib/node_modules/npm/node_modules/lodash.without/../shebang-regex/readme.md