PHP 7.4.33
Preview: readme.md Size: 649 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/shebang-regex/readme.md
# shebang-regex [![Build Status](https://travis-ci.org/sindresorhus/shebang-regex.svg?branch=master)](https://travis-ci.org/sindresorhus/shebang-regex)

> Regular expression for matching a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) line


## Install

```
$ npm install shebang-regex
```


## Usage

```js
const shebangRegex = require('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'
```


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

Directory Contents

Dirs: 0 × Files: 5
Name Size Perms Modified Actions
446 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
42 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
1.08 KB lrw-r--r-- 2025-03-28 11:04:31
Edit Download
582 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
649 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).