However, this is more of a debugger when you already have some idea how to write a regex to match a particular string. Are there any complete regex builders where you can select components (such as greedy or not, positive or not) when you can't remember the specific syntax?
Just released a major update for my site. What do you guys think?
71–78 of 78 posts
Re: Just released a major update for my site. What do you guys think?
#72Pretty good :) But it feels a little sluggish. I'm used to my regex tools displaying feedback with seemingly no delay.
Re: Just released a major update for my site. What do you guys think?
#73Earlier quoted context omitted.
FWIW I find your light design inspired by rubular to be visually superior. The community feature is great however I assumed from the name that it would just be a forum, perhaps a different label would help show its utility - maybe "favourite regex"?
Glad you like the design :). Hmm, something like "Regex library" maybe? Unsure of how to word it properly.
Re: Just released a major update for my site. What do you guys think?
#74Re: Just released a major update for my site. What do you guys think?
#75Re: Just released a major update for my site. What do you guys think?
#761. The delay between updating the regex/test text and seeing the result is a little long. I find regex tools much more useful if I can see the results change as I'm typing.
2. I did a simple regex with two capture groups and the second backreference came up red in the matches box. As soon as I see red, I assume there's an error. Might be worth removing those "danger colours" from the list.
Other than that, looking good!
Re: Just released a major update for my site. What do you guys think?
#77Earlier quoted context omitted.
I'm not sure I agree it should be default; it's not expected behavior. Either way, there are too many flags to add them all to the quickref, I figured I would just show the most common.
Right now, even café is not matched by \w{4} . If this is what you call expected …
Re: Just released a major update for my site. What do you guys think?
#78Something that would be very useful, but that I haven't seen in any of these web-based regex tools, is to list the contents of capturing groups. If you added that, yours would be my goto regex tester.