| Download | Use jFormat | Create Custom Format | Pre-Defined Formats | Demo |

| S.No | Type | Class Name | Format |
| 1 | check_email | abc@xyz.com | |
| 2 | URL | check_url | http://www.google.com |
| 3 | Integer Only | check_integer | NNNN |
| 4 | Floating Type | check_float | NNNN.NN |
| 5 | Alphabets Only | check_string | Hello |
| 6 | Phone Number | check_phone | (NNN)NNN-NNNN |
| 7 | Date | check_date | NN-NN-NNNN |
| 8 | Time | check_time | NN:NN |
| 9 | SSN | check_ssn | NNN-NN-NNNN |
| 10 | Zip Code | check_zip | NNNNN |
| Legend: N = Digit | |||
| Name | Alphabets Only |
| abc@xyz.com | |
| URL | http://www.google.com |
| Integers Only | Integers Only |
| Float | 123.23 |
| Phone Number | NNN-NNN-NNNN |
| Zip Code | NNNNN |
| SSN | NNN-NN-NNNN |
| Date | NN-NN-NNNN |
| Time | NN:NN |