habibawael.hashnode.devUnderstanding Regular Expressions: A Beginner's Guide (Part 4) ✨In this final article of the "Understanding Regular Expressions: A Beginner's Guide" series, we will continue our exploration of patterns. The power of patterns lies in their ability to match a wide range of characters and sequences, allowing for fle...Mar 29, 2023·6 min read
habibawael.hashnode.devUnderstanding Regular Expressions: A Beginner's Guide (Part 3) ✨In Part 3 of this series, we are going to delve deeper into the fascinating world of regular expressions. We will explore general patterns and gain a better understanding of how they work. Additionally, we will focus on how to specify the number of m...Mar 26, 2023·5 min read
habibawael.hashnode.devUnderstanding Regular Expressions: A Beginner's Guide (Part 2)Regular expressions have optional flags that allow for functionality like global searching and case-insensitive searching. These flags can be used separately or together in any order, and are included as part of the regular expression. In this articl...Mar 19, 2023·5 min read
habibawael.hashnode.devUnderstanding Regular Expressions: A Beginner's Guide (Part 1)In this article, we'll explore regular expressions, how to create regular expressions and what are the regex methods. So, let's dive in! Introduction Regular expressions, also known as "regex" or "regexp," are patterns that aid programmers in finding...Mar 14, 2023·5 min read
habibawael.hashnode.dev10+ Coding Challenge Websites to improve problem-solving skills, logic and creativityIntroduction Coding challenges are essential to programming, as they help developers improve their problem-solving skills, logic, and creativity. Participating in coding challenges is a great way to improve your programming skills, learn new approach...Feb 25, 2023·7 min read