davidjbradshaw / RegexHub

A collection of useful regex patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex Hub

The project is hosted here: https://projects.lukehaas.me/regexhub

Adding a new pattern

The patterns are contained in the file src/data/index.js

Each pattern requires the following details:

  • name
  • regex
  • description
  • tags

License

MIT License

About

A collection of useful regex patterns

License:MIT License


Languages

Language:JavaScript 85.7%Language:CSS 14.3%