Skip to content

Instantly share code, notes, and snippets.

View kwaters3's full-sized avatar

Katie Waters kwaters3

View GitHub Profile
@kwaters3
kwaters3 / urlRegex.md
Last active October 26, 2023 01:55
URL Matching Regex

Understanding the URL Matching Regex

As a web developer, understanding Regex (regular expressions) is crucial for many tasks, including input validation and text processing. In this tutorial, we will explore a specific regex pattern used to match URLs, which can vary in structure.

Regex is a sequence of characters that defines a specific search pattern, it's useful in finding and manipulating text data.

Summary

We will examine the following regex: