Seahorse.isNumber("1.000.000,00", ',', '.') |
 |
|
Seahorse.isInteger("1,000,000", ',') |
 |
|
Seahorse.isNumeric("1234") |
 |
|
Seahorse.isAlphabetical("abcdñ") |
 |
|
Seahorse.isAlphanumeric("abcdñ123") |
 |
|
Seahorse.isAlphabeticalAscii("abcd") |
 |
|
Seahorse.isAlphanumericAscii("abc123") |
 |
|
Seahorse.isAsciiText("abcd (123) @#") |
 |
|
Seahorse.isIPv4("192.168.0.1") |
 |
|
Seahorse.isIPv6("11:22:33:44:55:66:77:88") |
 |
|
Seahorse.isEmail("test@test.com") |
 |
|
Seahorse.isHttp("http://www.test.com") |
 |
|
Seahorse.isFtp("ftp://ftp.test.com") |
 |
|
Seahorse.isDate("31/07/2010","dd/mm/yyyy") |
 |
|
Seahorse.isTime("06:20:22","hh:mm:ss") |
 |
|