Determines whether the given IP address is in a specific range
isIPInRange(ips, ip)
returns boolean
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| ips | any | Yes | comma-delimited list or array as ip range, either a specific ip address, a from to range or with * wildcard | |
| ip | string | Yes | ip to test |