Skip to content

Instantly share code, notes, and snippets.

View laceyaguigam's full-sized avatar

Lacey Aguigam laceyaguigam

View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

A Regular Expression (Regex) Tutorial

This tutorial is to discuss regular expressions or regex, I will be walking through a sample regex step by step and explaining the different components and how they are used.

Summary

I will be using the following regex which is used to verify an email and discuss the different parts that make up the complete expression.