Learning Regex by creating an Email Password validator
Introduction
As we all know, developers need to learn regular expressions (or Regex). A regular expression is a sequence of characters that specifies a search pattern in text. It is mainly used for "find" or "find and replace" operations or for input...
rishav10.hashnode.dev2 min read