From fe697ac18f26b3c132bd4c7f804dd61d7ed578f8 Mon Sep 17 00:00:00 2001 From: Marc Binder Date: Wed, 3 Feb 2016 09:28:08 +0100 Subject: [PATCH] Update README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eebd3b27..41097e371 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ $ bower install validator-js - **contains(str, seed)** - check if the string contains the seed. - **equals(str, comparison)** - check if the string matches the comparison. - **isAfter(str [, date])** - check if the string is a date that's after the specified date (defaults to now). -- **isAlpha(str)** - check if the string contains only letters (a-zA-Z). -- **isAlphanumeric(str)** - check if the string contains only letters and numbers. +- **isAlpha(str [, locale])** - check if the string contains only letters (a-zA-Z). +- **isAlphanumeric(str [, locale])** - check if the string contains only letters and numbers. - **isAscii(str)** - check if the string contains ASCII chars only. - **isBase64(str)** - check if a string is base64 encoded. - **isBefore(str [, date])** - check if the string is a date that's before the specified date.