Mastering Regular Expressions (Regex): A Beginner's Guide
Have you ever tried searching for a specific word in a document, but it's buried among a sea of text? Or perhaps you've wanted to validate email addresses in a form, but it seems like an impossible task. That's where Regular Expressions, or Regex, co...
blog.vedangi.com3 min read
Atharva
Frontend Enthusiast
If point 1 says . is used to find any character, shouldn't .a. be used to find cat, hat and bat etc