Index
All Classes|All Packages
I
- isAlpha - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is alphabetical
- isAlphaNumeric - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is alpha numeric
- isAlphaNumericSpace - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is alpha numeric with spaces
- isAlphaSpace - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is alphabetical with spaces
- isASCII - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is made up of ASCII characters
- isBinary - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a binary number
- isByteBinary - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is one byte in binary
- isByteHex - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is one byte in hexadecimal
- isDate1 - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a date in the format "MM/DD/YY"
- isDate2 - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a date in the format "DD/MM/YY"
- isDate3 - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a date in the format "YY/MM/DD"
- isDateB - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a date in the format "MMDDYY"
- isDateC - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a date in the format "DDMMYY"
- isDateD - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a date in the format "YYMMDD"
- isEmail - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a valid email address
- isFirstCommaLast - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a name in the form "First, Last"
- isFirstSpaceLast - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a name in the form "First Last"
- isFloat - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a floating point number
- isHex - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is hexadecimal
- isHexSpace - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is hexadecimal with spaces
- isLastCommaFirst - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a name in the form "Last, First"
- isLastSpaceFirst - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a name in the form "Last First"
- isNumeric - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is numeric
- isNumericSpace - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is numeric with spaces
- isOctal - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is an octal number
- isRomanNumeral - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a number written in roman numerals
- isUnixTimestamp - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a valid unix timestamp
- isURL - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a valid URL
- isYTBase64 - Static variable in class RegExHelper.RegExHelper
-
a regular expression to check if a String is a number written in Youtube's base 64 number system
All Classes|All Packages