Individuals or businesses looking for alternative software solutions to popular or niche programs. It is especially useful for those who want community-driven insights and recommendations based on real-world experiences.
No RegExr videos yet. You could help us improve this page by suggesting one.
AlternativeTo might be a bit more popular than RegExr. We know about 425 links to it since March 2021 and only 367 links to RegExr. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Protonmail and Tutanota are the two big ones with e2ee This site is great for finding alternatives to any piece of software (not just OSS) https://alternativeto.net/. - Source: Hacker News / 3 months ago
Alternativeto - References all types of software on all OS : Windows, Mac, Linux, Android, etc. - Source: dev.to / 12 months ago
This is the best that I've ever used to search for similar software: https://alternativeto.net/ No alternative to it that I'm aware of. - Source: Hacker News / about 1 year ago
Https://alternativeto.net/ fills that role for me, it has crowd-sourced reviews, searchable facets, and of course recommendations. - Source: Hacker News / about 1 year ago
> None of these lists ever seem to be as fleshed out, up to date, or well organized as https://github.com/awesome-selfhosted/awesome-selfhosted or "best of" lists to pick a couple options to evaluate in more depth. If I analyzed 10 times as many options I might discover really wonderful projects I would have otherwise missed, but I struggle to imagine having that kind of time. - Source: Hacker News / about 1 year ago
However - here it becomes weird - when testing the original regex rule (the first one, without the \u00A0 part) on the same string in an interactive visualiser (https://regexr.com/ for instance), there is a match:. - Source: dev.to / 7 months ago
Learned regex in the 90's from the Perl documentation, or possibly one of the oreilly perl references. That was a time where printed language references were more convenient than searching the internet. Perl still includes a shell component for accessing it's documentation, that was invaluable in those ancient times. Perl's regex documentation is rather fantastic. `perldoc perlre` from your terminal. Or... - Source: Hacker News / 10 months ago
I read a lot on https://www.regular-expressions.info and experimented on https://rubular.com since I was also learning Ruby at the time. https://regexr.com is another good tool that breaks down your regex and matches. One of the things I remember being difficult at the beginning was the subtle differences between implementations, like `^` meaning "beginning of line" in Ruby (and others) but meaning "beginning of... - Source: Hacker News / 10 months ago
Mostly building things that needed complex RegEx, and debugging my regular expressions with https://regexr.com/. - Source: Hacker News / 10 months ago
For username: You are using the min() function to make sure the characters are not below three and, then the max() function checks that the characters are not beyond twenty-five. You also make use of Regex to make sure the username must contain only letters, numbers, and underscore. - Source: dev.to / 10 months ago
Product Hunt - A website that lets users share and discover new products
regular expressions 101 - Extensive regex tester and debugger with highlighting for PHP, PCRE, Python and JavaScript.
Alternative.me - Welcome to alternative.me, the source of better software alternatives. Finding suitable software was never easier.
rubular - A ruby based regular expression editor
SaaSHub - Find and promote software that will help you grow your business or to be more productive.
Expresso - The award-winning Expresso editor is equally suitable as a teaching tool for the beginning user of regular expressions or as a full-featured development environment for the experienced programmer with an extensive knowledge of regular expressions.