Regular Expressions Introduction
An introduction to the regular expressions and how they deal with strings.
Background
In programming, we frequently parse or make queries over strings. Pattern matchings become tedious when writing string manipulation or iteration code. ...