Regex for matching localhost alike URLs.
Note: There are Bogon IP address ranges not covered by this regex.
The intention of this package is to cover some of the most common cases.
$ npm install localhost-url-regex --save
const localhostUrl = require('localhost-url-regex')
localhostUrl().test('http://localhost:3000') // true
localhostUrl().test('http://example.com') // false
localhost-url-regex © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.
kikobeats.com · GitHub Kiko Beats · X @Kikobeats