noxone / regex-generator

Generate regular expressions from sample texts.
https://regex-generator.olafneumann.org
MIT License
395 stars 66 forks source link

New Feature: Test area #99

Open noxone opened 3 years ago

noxone commented 3 years ago

Is your feature request related to a problem? Please describe. I'm always frustrated when I have the output regex and want to test it against even more text samples.

Describe the solution you'd like Add a new (optional) step to very the generated regex against several lines of sample text.

Describe alternatives you've considered Copy the regex into a page like regex101. But then I would need to change the website.

gaurav-nelson commented 3 years ago

+1 for this new feature