0.5.1 • Published 4 years ago

http-url-regex v0.5.1

Weekly downloads
10
License
MIT
Repository
github
Last release
4 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

4 years ago

0.5.1

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago