Hacker News new | past | comments | ask | show | jobs | submit login
[flagged] Show HN: A minimal, native MacOS desktop app for checking regex matches (github.com/lukakerr)
39 points by macdev on April 16, 2018 | hide | past | favorite | 20 comments



I‘ve tried a whole bunch of nicely designed regex apps (and this one seems to fit in), but the one feature that is absolutely essential is support for different regex dialects. Often, they only provide the dialect for the specific language they’re implemented in, and often that’s not even specified. What I usually want to do is to track down subtle differences between Perl, Python, gnu grep, and vim


I've been using Patterns for a couple of years now, and I can definitely recommend it.

https://itunes.apple.com/gb/app/patterns-the-regex-app/id429...


This seems very, very similar to an app called Expressions.

https://itunes.apple.com/us/app/expressions/id913158085?mt=1...


While the UI was heavily inspired from Expressions, Expressions does have more features including saving expressions locally. If you want a more feature-full app, then definitely get Expressions. Regxr was just a little project put together over a couple of days for fun, and it's truly not an original idea, haha


Unfortunately the interface has been copied almost 1:1 from Expressions which is not fair.


Expressions is also in Setapp which is nice


Yes, it's a plagiary.


http://www.regexplanet.com/ handles regex dialects for a dozen languages and allows them to be shared.


I usually need either Python or PCRE, and for that I prefer https://regex101.com


Wow! I need to remember to give this a try. I usually use https://regexr.com/. I like it because it usually works for all languages and it's served over https. That is always nice!

Edit: For what it is worth, you link serves over https, too. Just not by default.


Somehow the cursor/caret keeps going to the end of the regex string when I type in the middle


Definitely a bug, will fix it asap

Edit: Fixed! New release is here: https://github.com/lukakerr/regxr/releases


Author deleted my comment last time. It was:

Unfortunately the interface has been copied almost 1:1 from Expressions which is not fair.

Yes, this is plagiary.


Wow, exactly what I'm after. Didn't know I needed this til now.

Thanks!


Looks promising - I found I couldn't edit sample text - anything I typed in the sample area was added to the end of the sample, not the caret position.


Yep this is definitely a bug, will fix it asap

Edit: Fixed! New release is here: https://github.com/lukakerr/regxr/releases


What about a Linux one?


Pretty cool, thanks!


which flavour of regex does it implement?





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: