0.5.1 • Published 5 years ago

http-url-regex v0.5.1

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

http-url-regex

A lightweight regular expression library for HTTP URLs.

  • Support TypeScript
  • Support ES5
  • Less than 300 Bytes

Installation

yarn add http-url-regex

Usage

You can use these regular expressions.

  • url (scheme + domain + path)
  • url_no_scheme (domain + path)
  • scheme
  • domain
  • path

See the spec for details: index.test.js

0.5.0

5 years ago

0.5.1

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago