Skip to content
View gurleyryan's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report gurleyryan

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
gurleyryan/README.md

Hi there 👋


spotify-github-profile

overview languages

Pinned Loading

  1. BrewTip BrewTip Public

    Final Project: MERN Stack Single-Page Application

    JavaScript 1 1

  2. Project-2-Group-6 Project-2-Group-6 Public

    FestivalHub: Project 2 - Interactive Full-Stack Project

    JavaScript

  3. harrisqwillis/Trip-Planner harrisqwillis/Trip-Planner Public

    CSS

  4. Book-Search-Engine Book-Search-Engine Public

    Module 21: MERN Challenge - Book Search Engine

    JavaScript

  5. Text-Editor Text-Editor Public

    Module 19: Progressive Web Applications (PWA) Challenge - Text Editor

    JavaScript

  6. Module 17: Computer Science for Java... Module 17: Computer Science for JavaScript Challenge - Regex Tutorial
    1
    # Regex Tutorial: Matching an Email
    2
    
    
    3
    A **regex** - or **regular expression** - is a sequence of characters that defines a specific search pattern. They can be used to find certain patterns of characters within a string, as well as replace a character or sequence of characters within said string. They are also frequently used to validate input, such as **Matching an Email**.
    4
    
    
    5
    ## Summary