Navigation Menu

Skip to content

Commit

Permalink
Added isHexadecimal() and isHexColor() to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbasse committed Mar 13, 2013
1 parent bba4fb0 commit 96bef0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -67,6 +67,8 @@ isIP()
isAlpha()
isAlphanumeric()
isNumeric()
isHexadecimal()
isHexColor() //Accepts valid hexcolors with or without # prefix
isInt() //isNumeric accepts zero padded numbers, e.g. '001', isInt doesn't
isLowercase()
isUppercase()
Expand Down

0 comments on commit 96bef0e

Please sign in to comment.