Skip to content
View lanebpemberton's full-sized avatar

Block or report lanebpemberton

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. Describing the structure of a regex ... Describing the structure of a regex designed to match a URL
    1
    # Matching URLs With Regex
    2
    
                  
    3
    ## Summary
    4
    It can be important to match a string as a URL in form or database validation. For example, a job finding platform that asks the user to enter their portfolio website could validate the user's input to make sure their input isn't gibberish. The following regex will tell the user if a string is a valid URL that will be recognized by most popular browsers:
    5
    /^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})(:\d{1,5})?([\/\w \.-]*)*\/?$/
  2. Code-Quiz Code-Quiz Public

    Week 4 homework

    HTML

  3. Note-Taker Note-Taker Public

    Week 11 homework

    JavaScript

  4. markhamtrenton/Group-Project-1 markhamtrenton/Group-Project-1 Public

    HTML 1