Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
IPV4_REGEX |
"\\b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\b" |
public static final String |
IPV6_REGEX |
"\\b(?:[0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}\\b" |
Copyright © 2018. All Rights Reserved.