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

Verify: Display the regex #277

Open
sinus-x opened this issue May 27, 2021 · 0 comments
Open

Verify: Display the regex #277

sinus-x opened this issue May 27, 2021 · 0 comments

Comments

@sinus-x
Copy link
Owner

sinus-x commented May 27, 2021

We can use https://jex.im/regulex to generate regex visualisations (for example, https://jex.im/regulex/#!cmd=export&flags=&re=[a-z]{5}[a-z0-9]{2}). We could then download the image (it would probably require HTML parsing, because it's a <canvas>) and send it with the error message.
OR we can just link it, in which case we could use https://regexper.com/#x[a-z]{5}[a-z0-9]{2} which has simpler UI.

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

1 participant