RegExr: A website for interactive regex prototyping with syntax highlighting
11–20 of 72 posts
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#12Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#13I wish there would be one single standard to regexes. Great tool but difficult to use because of many incompatible implementations.
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#14Author: - When did you begin this? - What front-end JS framework did you program this in? - How many visitors do you get per day?
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#15Simple, minimalist, takes up all available space in the viewport & also works offline if you save the page.
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#16Also, https://regex101.com is very good alternative
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#17Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#18Sites like this is great and all, but I wish they included some commonly used regexes. Like a list of 'good' regexs to validate phone numbers, emails and other common stuff. It would actually be pretty cool to have a site like this except you could add the regex to a list, and then people could upvote the regexe depending on the quality of it.
There are too many dispartities from a country to the next for the first three to hope validating anything withhout a bunch of false negatives. Some countries don't have zip codes.
For emails, blindly following the RFCs yields a monster (see [1]), and it won't help you if you run into oddball email addresses that are not RFC-compliant but work regardless due to technical implementations (or vice versa).
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#19Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#20My favorite is regulex[1] a visual explanation of regex [1] https://jex.im/regulex
I just wish there was something like this in reverse. Somewhere I can drag and drop the visual nodes and have it return the regex string to me.