public class Utilities extends Object
| Constructor and Description |
|---|
Utilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isIpAddress(String ipAddress)
Determine if the given string is a valid IPv4 or IPv6 address.
|
public static boolean isIpAddress(String ipAddress)
ipAddress - A string that is to be examined to verify whether or not
it could be a valid IP address.Copyright © 2019 WSO2. All rights reserved.