Introduction
Regular expressions help you find patterns in text. They make searching and changing text easier and faster.
You want to check if a phone number is in the right format.
You need to find all email addresses in a document.
You want to replace all dates written as 'dd-mm-yyyy' with 'yyyy/mm/dd'.
You want to split a sentence into words based on spaces and punctuation.