Skip to content

Ms-Marlena/url-regex-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

url-regex-tutorial

Summary

A regex (short for "regular expression") is a pattern written in a specific way to assist with searching for text that follows a certain pattern or format. In addition to searches, regexes provide a way to verify whether user entries on a web page are formatted correctly, or contain the correct composition of characters.

This regex can be used to match a URL within a document. I will describe the parts of the regex, as seen below in the table of contents. The user will be able to search for any text that matches the pattern of a URL.

Repository Link: https://github.com/Ms-Marlena/url-regex-tutorial Gist Link: https://gist.github.com/Ms-Marlena/9a42796da22427b3a4e9a7d1b3268548

About

A tutorial on a regex that can be used to match a URL within a document.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published