Skip to content
View park-d's full-sized avatar

Block or report park-d

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. parkison-portfolio-react parkison-portfolio-react Public

    JavaScript

  2. team-speak team-speak Public

    Handlebars 3

  3. Shengaero/weather-or-not Shengaero/weather-or-not Public

    Project 1 for Bootcamp

    JavaScript

  4. e-commerce-back-end e-commerce-back-end Public

    JavaScript

  5. employee-tracker employee-tracker Public

    JavaScript

  6. This post breaks down the regular ex... This post breaks down the regular expression used to for validating an email address
    1
    # Email Regular Expression Tutorial
    2
    
                  
    3
    A regular expression (regex for short) is a sequence of characters that defines a specific search pattern. When we include regular expressions in code or search algorithms, they 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. Also, input validation is often based in regular expressions. 
    4
    
                  
    5
    ## Summary