You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
50
53
51
54
# License
52
55
* This package is created and modified by <ahref="https://github.com/milwad-dev"target="_blank">Milwad Khosravi</a> for Laravel >= 9 and is released under the MIT License.
0 commit comments