No regular expressions 101 videos yet. You could help us improve this page by suggesting one.
LeetCode is the best platform to help people practice solving coding problems and prepare for technical interviews. The main users are software engineers. LeetCode has over 1,900 questions covering many different programming concepts.
Based on our record, regular expressions 101 should be more popular than LeetCode. 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.
In tech, we’ve been trained to chase hard skills — the hottest framework, the best architecture pattern, the perfect LeetCode solution. But as we shift into a world where AI writes boilerplate and dev tools think for us, a new question arises:. - Source: dev.to / about 10 hours ago
LeetCode – Focus on Easy to Medium problems HackerRank – Cisco sometimes uses this platform directly GeeksforGeeks – Good for quick reviews ProgramHelp – Good for Cisco OA. - Source: dev.to / 7 days ago
Welcome to my new series on the BIG topic, Data Structures & Algorithms. Follow along with me as I learn everything about DSA to grind Leetcode!💪 Here, you will find all my notes on the topic. Starting everything off with Arrays. 😀. - Source: dev.to / 23 days ago
LeetCode (https://leetcode.com) Best for: Algorithm practice and coding challenges. LeetCode is the go-to platform for sharpening your problem-solving skills. With a vast range of coding questions and contests, it’s the perfect place to prepare for technical interviews and improve your coding ability. - Source: dev.to / 2 months ago
There are plenty of resources online that can be used to learn about these concepts. Some popular ones are Leetcode, Khan Academy, Youtube. - Source: dev.to / 5 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
HackerRank - HackerRank is a platform that allows companies to conduct interviews remotely to hire developers and for technical assessment purposes.
RegExr - RegExr.com is an online tool to learn, build, and test Regular Expressions.
Codewars - Achieve code mastery through challenge.
rubular - A ruby based regular expression editor
Project Euler - Project Euler is a series of challenging mathematical/computer programming problems that will...
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.