June 23, 2018
Regular Expressions

In this guide we are going to learn how to use Regular Expressions (regex) to match any pattern or text. This is often used in text editors, CLI commands(like grep or awk) and programming languages. What is regex? Regex are patterns used to match/find strings in a text. You might think that you can use