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
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
The purpose of this module is to provide validators for commonly used strings. This module makes sure that these different kinds of strings are in the correct format so that they can be used without problems in an application.
4
4
5
-
# Validators
5
+
# Available Validators
6
6
7
-
###Date validation
7
+
## Date validation
8
8
9
9
Validates a date string in three different formats:
10
10
@@ -15,7 +15,7 @@ Validates a date string in three different formats:
15
15
-**ISO standard format**:
16
16
- 2025-01-10
17
17
18
-
###Email validation
18
+
## Email validation
19
19
20
20
Validates using the the RFC 5322 Internet Message Format standard.
21
21
@@ -37,7 +37,7 @@ Validates using the the RFC 5322 Internet Message Format standard.
0 commit comments