Skip to content

Instantly share code, notes, and snippets.

@jjtalamonti
jjtalamonti / regexhelper.md
Created July 10, 2022 21:18
Regex helper

Regex Helper

Summary

A Regex Helper, or reuglar expression, is a pattern of special characters that define a search pattern and help manage text.

This is am example of a regex:

/^([a-z0-9_.-]+)@([\da-z.-]+).([a-z.]{2,6})$/