Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for regex paste #18

Closed
pomeh opened this issue Dec 17, 2014 · 2 comments
Closed

Add support for regex paste #18

pomeh opened this issue Dec 17, 2014 · 2 comments

Comments

@pomeh
Copy link

pomeh commented Dec 17, 2014

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 added a commit that referenced this issue Dec 17, 2014
@CJex
Copy link
Owner

CJex commented Dec 17, 2014

Realized. ✌️ ☕

@CJex CJex closed this as completed Dec 17, 2014
@pomeh
Copy link
Author

pomeh commented Dec 17, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants