Skip to content

I-Atlas/rgx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

RGX

⚓ Regular Expression Collection

A set of ready-made regular expressions. Open-source project and everyone can help in development.

📔 Patterns

All patterns are contained in the patterns.json file. Each pattern has a localization for Russian and English. To add your own pattern, create a pull request respecting the following pattern:

{
  "title": {
    "en": "Title in english",
    "ru": "Title in russian"
  },
  "pattern": "/(.*?)/",
  "placeholder": "https://youtu.be/dQw4w9WgXcQ",
  "description": {
    "en": "Description in english",
    "ru": "Description in russian"
  },
  "tags": "youtube,url,tags",
  "nickname": "your nickname",
  "priority": 2
}

👨‍💻 Technologies used

  • TypeScript
  • React
  • SCSS
  • Immer
  • Framer Motion
  • React Helmet

📑 License

The project is licensed under the Apache license 2.0.