A simple and interactive tool to test and visualize regular expressions in real time.
🔗 Try it here:
https://regex-visualizer.pages.dev/
- Real-time regex matching
- Match highlighting and counting
- Clean and modern UI
- Fast and lightweight
- Useful for learning and debugging regex
- React
- TypeScript
- CSS / Tailwind CSS
git clone https://github.com/PellegrinoPiccolo/regex-visualizer.git
cd regex-visualizernpm installnpm run dev- Enter text in the Input field
- Enter a regex in the Regex Pattern field
- View matches in the Matches panel
src/
├── components/
├── assets/
├── utils/
├── App.tsx
└── main.tsx
Contributions are welcome.
- Fork the repository
- Create your feature branch
- Commit your changes
- Open a Pull Request
This project is licensed under the MIT License.
Pellegrino Piccolo
You can visit my portfolio here: https://piccolopellegrino.dev/


