Skip to content

Commit 15f3c37

Browse files
committed
feat: Updated Readme
1 parent 9dd737e commit 15f3c37

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@ npm install validate-functions
1111
```
1212

1313
## Features
14-
15-
- **Email Validation**: Ensures that email addresses conform to standard formats.
16-
- **SSN Validation**: Validates U.S. Social Security Numbers based on predefined rules.
17-
- **Aadhaar Validation**: Checks the validity of Indian Aadhaar numbers using specific patterns.
18-
- **Credit Card Validation**: Validate using the Luhn algorithm.
19-
- **IP Validation**: Validate IPv4 and IPv6 formats.
20-
- **Hex Color Validation**: Validate #RRGGBB or #RGB color formats.
21-
- **Postal/ZIP Code Validation**: Validate based on country-specific formats. It supports top 25 countries based on ISO 3166-1 alpha-2 codes namely: US, CN, IN, ID, PK, BR, NG, BD, RU, MX, JP, ET, PH, EG, VN, CD, TR, IR, DE, TH, GB, FR, IT, TZ, ZA.
22-
- **URL Validation**: Validate structure and it supports URLs with and without protocols, and it handles query parameters and fragments.
14+
This package includes various categorised validators which can be helppful for various developments.
2315

2416
### Identification and Financial Numbers:
2517
1. **Credit Card Number**: Validate using the Luhn algorithm.

0 commit comments

Comments
 (0)