> For the complete documentation index, see [llms.txt](https://regex-simplify.lacostar.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regex-simplify.lacostar.fr/docs/regex.md).

# Regex

You would a regex of the module ? But without use functions of the module ?\
No problem

Import regex

```javascript
const { regex } = require('regex-simplify');
```

And use the regex you would 😁

**4 category available:**

<details>

<summary>Global</summary>

* unicodeEmoji

</details>

<details>

<summary>Discord</summary>

* userMention
* channelMention
* roleMention
* emoji
* invite

</details>

<details>

<summary>Web</summary>

* link
* email

</details>

<details>

<summary>Password</summary>

*This part is not yet fully operationa*l

* lowPassword
* mediumPassword
* highPassword

</details>
