Skip to content

Commit a5b3f5a

Browse files
committed
Update README.md
1 parent f0ade71 commit a5b3f5a

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

README.md

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,33 @@ return [
2323
```
2424

2525
# Rules
26-
| # | Rule name | Usage |
27-
|-----|----------------------------|-------------------------------------------------------------|
28-
| 1 | ValidBitcoinAddress | Validate bitcoin address |
29-
| 2 | ValidCapitalCharWithNumber | Validate String for ex (MILWAD-84) |
30-
| 3 | ValidDiscordUsername | Validate username discord for ex (Milwad#2134) |
31-
| 4 | ValidHashtag | Validate hashtag for ex (#milwad) |
32-
| 5 | ValidIpAddressIPV4 | Validate ip address IPV4 |
33-
| 6 | ValidIpAddressIPV6 | Validate ip address IPV6 |
34-
| 7 | ValidPhoneNumber | Validate phone number for ex (09366000000) |
35-
| 8 | ValidPort | Validate port value for ex (8080) |
36-
| 9 | ValidSlug | Validate slug for ex (milwad-dev) |
37-
| 11 | ValidStrongPassword | Validate password for ex (Milwad123!) |
38-
| 12 | ValidUrl | Validate url for ex (https://www.google.com) |
39-
| 13 | ValidUsername | Validate username for ex (milwad) |
40-
| 14 | ValidUuid | Validate uuid for ex (123e4567-e89b-12d3-a456-426655440000) |
41-
| 15 | ValidHexColor | Validate hex color for ex (#fcba03) |
42-
| 16 | ValidHtmlTag | Validate html tags for ex (``<h1></h1>``) |
43-
| 17 | ValidNationalCard | Validate national card for ex (015016437) |
44-
| 18 | ValidCarNumber | Validate car number for ex (KA01AB1234) |
45-
| 19 | ValidNameDaysWeek | Validate day week for ex (monday) |
46-
| 20 | ValidEvenNumber | Validate number is even for ex (1024) |
47-
| 21 | ValidOddNumber | Validate number is odd for ex (4321) |
48-
| 22 | ValidSlashEndOfString | Validate write slash at the string for ex (milwad/) |
49-
| 22 | ValidCartNumberIran | Validate cart number for ex (1234123412341234) |
26+
| # | Rule name | Usage |
27+
|-----|----------------------------|--------------------------------------------------------------------------|
28+
| 1 | ValidBitcoinAddress | Validate bitcoin address for ex (1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY) |
29+
| 2 | ValidCapitalCharWithNumber | Validate String for ex (MILWAD-84) |
30+
| 3 | ValidDiscordUsername | Validate username discord for ex (Milwad#2134) |
31+
| 4 | ValidHashtag | Validate hashtag for ex (#milwad) |
32+
| 5 | ValidIpAddressIPV4 | Validate ip address IPV4 for ex (129.144.50.56) |
33+
| 6 | ValidIpAddressIPV6 | Validate ip address IPV6 for ex (2001:db8:3333:4444:5555:6666:7777:8888) |
34+
| 7 | ValidPhoneNumber | Validate phone number for ex (09366000000) |
35+
| 8 | ValidPort | Validate port value for ex (8080) |
36+
| 9 | ValidSlug | Validate slug for ex (milwad-dev) |
37+
| 10 | ValidImei | Validate imei phone for ex (354809104295874) |
38+
| 11 | ValidStrongPassword | Validate password for ex (Milwad123!) |
39+
| 12 | ValidUrl | Validate url for ex (https://www.google.com) |
40+
| 13 | ValidUsername | Validate username for ex (milwad) |
41+
| 14 | ValidUuid | Validate uuid for ex (123e4567-e89b-12d3-a456-426655440000) |
42+
| 15 | ValidHexColor | Validate hex color for ex (#fcba03) |
43+
| 16 | ValidHtmlTag | Validate html tags for ex (``<h1></h1>``) |
44+
| 17 | ValidNationalCard | Validate national card for ex (015016437) |
45+
| 18 | ValidCarNumber | Validate car number for ex (KA01AB1234) |
46+
| 19 | ValidNameDaysWeek | Validate day week for ex (monday) |
47+
| 20 | ValidEvenNumber | Validate number is even for ex (1024) |
48+
| 21 | ValidOddNumber | Validate number is odd for ex (4321) |
49+
| 22 | ValidSlashEndOfString | Validate write slash at the string for ex (milwad/) |
50+
| 22 | ValidCartNumberIran | Validate cart number for ex (1234123412341234) |
51+
| 23 | ValidBase64 | Validate base64 for ex (bWlsd2Fk) |
52+
| 24 | ValidJwt | Validate jwt |
5053

5154
# License
5255
* This package is created and modified by <a href="https://github.com/milwad-dev" target="_blank">Milwad Khosravi</a> for Laravel >= 9 and is released under the MIT License.

0 commit comments

Comments
 (0)