No regular expressions 101 videos yet. You could help us improve this page by suggesting one.
Based on our record, regular expressions 101 should be more popular than Project Euler. It has been mentiond 881 times since March 2021. 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.
I do hobby programing. It is sometimes to create something (supposedly) useful. Lately though it is more discovery and a little math like. I enjoy Project Euler (https://projecteuler.net/. Recently I have been playing with superpermutations (https://projecteuler.net/) and pencil and paper is useful but filling lots of paper with lots of numbers is not that fun. - Source: Hacker News / about 2 months ago
As pointed out in a sibling comment, it appears that quote only shows up if you're logged in, but assuming you have an account and are logged in, it's on the homepage (https://projecteuler.net/), second paragraph under the following heading: > I learned so much solving problem XXX, so is it okay to publish my solution elsewhere? > It appears that you have answered your own question. There is nothing quite like... - Source: Hacker News / 4 months ago
A long time ago, when I was playing with Project Euler problems, I had to resolve the following one:. - Source: dev.to / 7 months ago
Https://projecteuler.net/ The set of puzzles is really tickling my fancy at the moment, for some reason. - Source: Hacker News / 9 months ago
Project Euler: Solve math and programming puzzles that help you think logically and improve your problem-solving skills. - Source: dev.to / 12 months ago
In practice, the first unpaired ] is treated as an ordinary character (at least according to https://regex101.com/) - which does nothing to make this regex fit for its intended purpose. I'm not sure whether this is according to spec. (I think it is, though that does not really matter compared to what the implementations actually do.) Characters which are sometimes special, depending on context, are one more thing... - Source: Hacker News / about 1 month ago
> unreadable once written (to me anyway) https://regex101.com can explain your regex back to you. - Source: Hacker News / about 1 month ago
To try out our newfound regex, I will use the website called RegEx101. It's a superhero favourite, so you better bookmark it for later 🔖. - Source: dev.to / 2 months ago
Let's break it down a bit. You can use Regex101 to follow me. - Source: dev.to / 3 months ago
URL: https://regex101.com What it does: Test and debug regular expressions with instant explanations. Why it's great: Simplifies regex learning and ensures patterns work as intended. - Source: dev.to / 4 months ago
LeetCode - Practice and level up your development skills and prepare for technical interviews.
RegExr - RegExr.com is an online tool to learn, build, and test Regular Expressions.
Exercism - Download and solve practice problems in over 30 different languages.
rubular - A ruby based regular expression editor
Codewars - Achieve code mastery through challenge.
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.