Skip to content

Instantly share code, notes, and snippets.

View Ggariv's full-sized avatar

Gonzalo Garcia Rivera Ggariv

View GitHub Profile
@Ggariv
Ggariv / README.md
Last active January 29, 2023 20:54
Regex - Tutorial

17 Computer Science for JavaScript: Regex Tutorial

Developers write code, but they also write about code. Take a moment to search the web for tutorials about any of the subjects you’ve learned so far in this course. You’re likely to find thousands of tutorials written by developers of all skill levels, but especially by junior developers—like you!

Your Challenge this week is to create a tutorial that explains how a specific regular expression, or regex, functions by breaking down each part of the expression and describing what it does.

Before you start, clone the starter code.

User Story