Introduction
Regex literals let you write patterns to find or match text easily.
Checking if a word exists in a sentence.
Validating simple input like phone numbers or emails.
Splitting text by a pattern.
Replacing parts of text that match a pattern.