http-url-regex
v0.5.1
Published
A lightweight regular expression library for HTTP URLs.
Downloads
135
Readme
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)schemedomainpath
See the spec for details: index.test.js
