0.5.1 • Published 6 years ago
http-url-regex v0.5.1
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