natemoo-re / emojex

Emoji-based Regular Expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# πŸ”₯ EmojExp ️
✨ Emoji-based Regular Expressions ✨

## Example
**Regular Expression** ☠️
```js
new RegExp('^.*(?=,)')
```

**Emoji Expression** πŸ”₯
```js
new EmojExp('🏁✨❀️(πŸ‘‰,)')
```

## Installation

```bash
npm install emojex
```

```js
const { EmojExp } = require('emojex');
```

## Running the Demo
0️⃣ πŸ‘― Clone me ‍

1️⃣ πŸ“¦ `npm install`

2️⃣ 🏁 `npm start`


## Why?
🧐 Why not?

## Inspiration 
 πŸ‘‰ [Tweet](https://twitter.com/skimbrel/status/1040025302414503936) by [@skimbrel](https://twitter.com/skimbrel)

About

Emoji-based Regular Expressions


Languages

Language:TypeScript 100.0%