Regex-Computer-Science

Developers write code, but they also write about code. For this assignment we search the web for tutorials that explains how a specific regular expression, or regex, functions by breaking down each part of the expression and describing what it does.

What is a Regex?

A regex, which is short for regular expression, is a sequence of characters that defines a specific search pattern. When included in code or search algorithms, regular expressions can be used to find certain patterns of characters within a string, or to find and replace a character or sequence of characters within a string. They are also frequently used to validate input.

License

License: MIT

Github Repository - Regex Computer Science

https://github.com/Muzan67/Regex-Computer-Science

User Story

AS A web development student
I WANT a tutorial explaining a specific regex
SO THAT I can understand the search pattern the regex defines

Acceptance Criteria

GIVEN a regex tutorial
WHEN I open the tutorial
THEN I see a descriptive title and introductory paragraph explaining the purpose of the tutorial, a summary describing the regex featured in the tutorial, a table of contents linking to different sections that break down each component of the regex and explain what it does, and a section about the author with a link to the author’s GitHub profile
WHEN I click on the links in the table of contents
THEN I am taken to the corresponding sections of the tutorial
WHEN I read through each section of the tutorial
THEN I find a detailed explanation of what a specific component of the regex does
WHEN I reach the end of the tutorial
THEN I find a section about the author and a link to the author’s GitHub profile

Screenshot of Regex Computer Science readme.markdown

image

image

image

Screenshot of Regex Computer Science

Regex1

Regex2

Regex3

Technologies Used

  • gist.template.md