Skip to content
View abrahamin's full-sized avatar

Block or report abrahamin

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. React-Portfolio React-Portfolio Public

    My most recent portfolio, made with React.

    JavaScript

  2. Jungs-Joeys Jungs-Joeys Public

    Forked from jeodom17/jungs-joeys

    MERN stack study forum for coding bootcamp cohorts.

    JavaScript

  3. ProfessionalEyes ProfessionalEyes Public

    Forked from joshuakwatkins/ProfessionalEyes

    Email enhancer for producing a more professional message.

    JavaScript

  4. Two-City-Comparison-Tool Two-City-Comparison-Tool Public

    Forked from Pgandhi21/Two-City-Comparison-Tool

    Application for side-by-side city comparison of map, weather, Covid-19, and job data.

    JavaScript

  5. Redux-Store Redux-Store Public

    MERN stack e-commerce website managed by Redux.

    JavaScript

  6. Computer Science for JavaScript: Reg... Computer Science for JavaScript: Regex Tutorial - Matching an Email
    1
    # Regex Tutorial - Matching an Email
    2
    
                  
    3
    A regular expression, otherwise known as **regex**, represents a sequence of characters that defines a specific search pattern. Regular expressions can be used for a variety of purposes, such as validating user input to match necessary requirements and finding/replacing certain patterns of characters within a string via a search algorithm.
    4
    
                  
    5
    The purpose of this tutorial is to explain how a specific regular expression functions by breaking down each part of the expression and describing its functionality.