segmentio / is-url

Loosely validate a URL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-url

Note
Segment has paused maintenance on this project, but may return it to an active status in the future. Issues and pull requests from external contributors are not being considered, although internal contributions may appear from time to time. The project remains available under its open source license for anyone to use.

Check whether a string is a URL.

Installation

npm install is-url

API

isUrl(string)

Returns a Boolean indicating whether string is a URL.

License

MIT

About

Loosely validate a URL.

License:MIT License


Languages

Language:JavaScript 100.0%