| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
IPV4_LENGTH |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
IPV6_LENGTH |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
EPOCH_BITLENGTH |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
ANY |
"any" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
ANY |
"any" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
jsAsString |
"function regexIsValid(re){ try { new RegExp(re); return true; } catch (e) { return false; }}function regMatch(re, input){ return new RegExp(re).test(input);}" |
Copyright © 2012. All Rights Reserved.