RegExr: A website for interactive regex prototyping with syntax highlighting
1–10 of 72 posts
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#2- 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
#3Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#4For development, the most fantastic tool that I know of in this space is debuggex. Here is an example with roman numbers:
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#5RegExr looks really nice, but my go to is still http://rubular.com .
Don't they both serve a different flavor of regex?
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#6Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#7Example regex: https://regex101.com/r/wY0rM7/1
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#8It 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.
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#9Sites 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.
Re: RegExr: A website for interactive regex prototyping with syntax highlighting
#10Sites 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.