Skip to content

Instantly share code, notes, and snippets.

View cicerohen's full-sized avatar
😼

Cícero Viana cicerohen

😼
View GitHub Profile
@cicerohen
cicerohen / get-started-with-regex.js
Last active February 25, 2022 22:41
Get Started With Regex
/*
GET STARTED WITH REGULAR EXPRESSIONS
1. Main Concepts
1.1. Capture Groups
1.2. Quantifiers and Alternation
1.3. Anchors
1.4. Character Classes
1.5. Word Boundary
1.6. Flags