Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjrgg/invite-regex

Regular expression for matching Discord invite URLs
https://github.com/tjrgg/invite-regex

Last synced: about 1 month ago
JSON representation

Regular expression for matching Discord invite URLs

Awesome Lists containing this project

README

        

invite-regex





Twitter: tjrgg

> Regular expression for matching [Discord](https://discordapp.com) invite URLs

## Install

```sh
$ npm install invite-regex
```

## Usage

```js
const inviteRegex = require('invite-regex');

inviteRegex().test('https://discord.gg/2JY79nd');
// => true
```

## Author

👤 **Tyler Richards**

* GitHub: [@tjrgg](https://github.com/tjrgg)
* Twitter: [@tjrgg](https://twitter.com/tjrgg)

## Support Me

Give a ⭐️ if this project helped you!