Skip to content
View segarrison's full-sized avatar
🤓
🤓

Block or report segarrison

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nskidmore7/GroupProject1 nskidmore7/GroupProject1 Public

    HTML 1 1

  2. Nickm615/MtG-Alpha-Collection-Manager Nickm615/MtG-Alpha-Collection-Manager Public

    JavaScript 3

  3. TechBlog TechBlog Public

    A CMS-style blog built following the MVC model

    CSS

  4. E-CommerceBackEnd E-CommerceBackEnd Public

    Back end for for an e-commerce site using Express.js, Sequelize, and MySQL

    JavaScript

  5. TeamGenerator TeamGenerator Public

    Command line application to create a team profile html page.

    JavaScript

  6. RegexTutorial.md RegexTutorial.md
    1
    # Decoding The Email Matching Regex
    2
    
                  
    3
    Regular expressions, or regex, can be a daunting challenge for new coders. Instead of words that we are familar with outside of 
    4
    programming, here we see an assortment of seemingly random characters. But these characters do have purpose, and, even better, a 
    5
    specific pattern. Once this pattern is understood, regular expressions are a useful tool in any programmer's arsenal.