Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
| # Regex Email verification breakdown | |
| Welcome to my basic Regex tutorial explaining a regex expression that will find an email address when used | |
| ## Summary | |
| In this snippit, I will explain the different components of a regex expression to verify an email address, and how all the components of it are used to verify said email. The expression we will be looking over is /^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/ | |
| ## Table of Contents |