Skip to content

DKhubgit/Regex-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Regex Tutorial

A tutorial on explaining regular expressions. As an example, sses the expression

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

for validating an email and goes through each component of the regex step by step.

Github GIST link

Dkhubgit Regex tutorial

About

A tutorial for Regular Expressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published