Skip to content
View hill-brand's full-sized avatar

Block or report hill-brand

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. pokewire pokewire Public

    A web application for finding out which games certain pokemon appear in

    JavaScript 2

  2. argounova/outta-touch argounova/outta-touch Public

    A social media application seeking to connect friends and family through messages, photos and other content.

    JavaScript 3

  3. HammontreeWebDev/MTGpp HammontreeWebDev/MTGpp Public

    JavaScript 3

  4. Regular Expression matching a valid ... Regular Expression matching a valid email address
    1
    # Regular Expressions: An Introduction
    2
    
                  
    3
    Regular Expressions (commonly shortened to RegEx) are sequences of characters used to identify patterns in strings. These powerful tools can allow you to easily and concisely validate strings, usually user input, to ensure they match the input you want.
    4
    
                  
    5
    ## Summary