shebang-regex
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

shebang-regex

Regular expression for matching a shebang line

Install

$ npm install shebang-regex

Usage

import shebangRegex from 'shebang-regex';

const string = '#!/usr/bin/env node\nconsole.log("unicorns");';

shebangRegex.test(string);
//=> true

shebangRegex.exec(string)[0];
//=> '#!/usr/bin/env node'

shebangRegex.exec(string)[1];
//=> '/usr/bin/env node'

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    2,930
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    2,930
  • 3.0.0
    42,994,801
  • 2.0.0
    9,486
  • 1.0.0
    19,070,484

Package Sidebar

Install

npm i shebang-regex

Weekly Downloads

50,804,059

Version

4.0.0

License

MIT

Unpacked Size

3.23 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus