CJex / regulex

:construction: Regular Expression Excited!
https://jex.im/regulex/
MIT License
5.71k stars 756 forks source link

Add support for regex paste #18

Closed pomeh closed 9 years ago

pomeh commented 9 years ago

A little nice feature would be to detect when the user paste something in the input field and if it looks like a regex, automagically remove the regex delimiter, and extract optional flags.

To understand what I mean, try to paste this whole regex /^https?:\/\//ig into regex101 website https://regex101.com/.

Also, when a regex is pasted, it should automatically update the image.

What do you think ?

CJex commented 9 years ago

Realized. :v: :coffee:

pomeh commented 9 years ago

That. Was. Really. Fast. Awesome !!! Thanks a lot :)