killjoyangel / 17-Computer-Science-for-JavaScript-Regex-Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

17-Computer-Science-for-JavaScript-Regex-Tutorial

Introduction:

Our assignment was to create a tutorial that explains how a specific regular expression, or regex, functions. By breaking down each part of the expression and then describing what it does. A starter code template was provided to create the walkthrough.

Matching an Email: Regex tutorial gist

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


Technologies used:

  • Mark down
  • Google


Screenshot of Final tutorial

screenshot



License: MIT

About