Regex Hub

February 21, 2025 ยท View on GitHub

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

Browser testing via lambda test

Contents

  1. 0.1Adding a new pattern
  2. 0.2License