https://github.com/lukehaas/RegexHub
A collection of useful regex patterns
https://github.com/lukehaas/RegexHub
Last synced: about 1 month ago
JSON representation
A collection of useful regex patterns
- Host: GitHub
- URL: https://github.com/lukehaas/RegexHub
- Owner: lukehaas
- License: mit
- Created: 2016-11-22T14:28:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T15:05:50.000Z (2 months ago)
- Last Synced: 2025-03-07T22:15:52.293Z (about 2 months ago)
- Language: JavaScript
- Size: 333 KB
- Stars: 2,285
- Watchers: 52
- Forks: 120
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - RegexHub
README
# Regex Hub
The project is hosted here: https://lukehaas.me/projects/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](https://raw.githubusercontent.com/lukehaas/RegexHub/refs/heads/master/LICENSE)
Browser testing via [](https://www.lambdatest.com/)