#Regex Generator by Criteria - Hacktoberfest 2025

6 messages · Page 1 of 1 (latest)

hazy rain
#

Hello guys!

Welcome to Regex Generator!

An open-source project for generating validated regular expressions (regex) based on user-selected criteria. Perfect for developers who need regex for form validation, text processing, and more.

A beginner-friendly project with real utility — ideal for newcomers who want to contribute and learn.

There’s a lot to do! Add new regular expressions, improve layout, fix bugs, enhance documentation... All ideas are welcome.

Features

  • Intuitive interface: Guided flow in 5 simple steps
  • Toast system: Elegant real-time notifications
  • Multiple categories: Email, CPF, and more
  • Real-time testing: Validate your regex instantly
  • Quick copy: Copy regex or JavaScript code with one click
  • Responsive design: Works great on desktop and mobile

Objective
The main goal of this project is to provide an accessible and extensible tool for creating regex. It was designed with an open-source focus, encouraging community contributions — especially during events like Hacktoberfest.

🔗 Participate here

GitHub

Geração de Regex validada a partir de critérios simples. Um projeto Vanilla JS/MVC perfeito para o Hacktoberfest. - priscillatrevizan/regex-generator

dense jacinth
#

Hey @hazy rain ! 👋
I just opened this issue and I’d like to take it myself.
Can you please assign me so I can start working on the fix and submit a PR? 😄
https://github.com/priscillatrevizan/regex-generator/issues/24/

GitHub

Description: Let’s improve the UX by adding two new options: 🌐 Language Toggle — allow users to switch between English and Portuguese (and support more later). 🌓 Theme Toggle — switch between dark ...

hazy rain
dense jacinth
#

Hey @hazy rain 👋
I’ve opened 2 pull requests for the feature updates:

Language Toggle: https://github.com/priscillatrevizan/regex-generator/pull/28/

Theme Toggle: https://github.com/priscillatrevizan/regex-generator/pull/30/

Please review them when you get a chance. Also, kindly merge the Language Toggle PR first, then the Theme Toggle PR, as the latter depends on the former. Thanks! 😄

GitHub

Resolving issue : [FEATURE] Add language switch functionality #24
Integrated TailwindCSS (compiled CSS in dist/output.css) and removed CDN dependency.
Added language selector (pt / en) with dynamic...

GitHub

Added a theme toggle button that allows users to switch between dark and light modes. The feature includes:
Smooth color transition for the entire app.
Dark/light background and text color changes....

dense jacinth
#

Hey @hazy rain Could you plz merge the pr otherwise it won't get counted in the hacktoberfest

hazy rain