Regular Expressions
Why Use Regular Expressions?
Regular expressions are a concise way to describe a pattern in a text
Describing patterns within texts helps to:
- Find the exact characters that match them
- Find the context surrounding them
- Change those parts of the text that match them
- Change the context surrounding them
References:
More on Regex
Regex editor