| JavaScript Document (8) Events (8) ExtJS (9) Strings (3) |
A regular expression for IP numbers and ranges
(1 votes). Leave comments and/ or rate it.
Question: I need a regular expression for IP ranges such as:192.168.0.0/16 123.45.67.89 I want to use it in JavaScript to validate user input. Do you have some code? Answer: Yes, use the code shown below.
Comments:
| ||||||||||||||||||