Skip to content

Files

Latest commit

2168937 · Oct 5, 2023

History

History
22 lines (13 loc) · 529 Bytes

Readme.md

File metadata and controls

22 lines (13 loc) · 529 Bytes

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