node-ip-regex

Regular expression for matching IP addresses
  https://github.com/sindresorhus/ip-regex
  0
  no reviews



Returns a regex for matching both IPv4 and IPv6.

Only match an exact string. Useful with RegExp to check if a string is an IP address.

Node.js is an event-based server-side JavaScript engine.