Regular Expressions
Regular expressions, usually called regex are sequence of characters that define a search pattern.
Regular expressions are extemely useful for findind strings or for input validation.
In this article, we will learn how to use regular expressions and implement the in Python.