public class IpAddressValidator extends Object
| Constructor and Description |
|---|
IpAddressValidator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
validate(String ip)
Validate ipv4 address with regular expression
|
public static boolean validate(String ip)
ip - address for validationCopyright © 2018 JBoss by Red Hat. All rights reserved.