Skip to content

Commit 205fd54

Browse files
committed
adds isIPv4() and isIPv6() to README.md
1 parent 64b0ee0 commit 205fd54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ is() //Alias for regex()
6363
not() //Alias for notRegex()
6464
isEmail()
6565
isUrl() //Accepts http, https, ftp
66-
isIP()
66+
isIP() //Combines isIPv4 and isIPv6
67+
isIPv4()
68+
isIPv6()
6769
isAlpha()
6870
isAlphanumeric()
6971
isNumeric()

0 commit comments

Comments
 (0)