From df2488b72b4fe3d7a94e999b09ba353aeac5a0f7 Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmed Date: Tue, 25 Jul 2017 10:53:16 +0100 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2dc55e..3403aee 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ We use the following regular expression to validate a username: Regular expression

-Above regular expression can accepts the strings "john_doe", "jo-hn\_doe" and "john12\_as". It does not match "Jo" because that string +Above regular expression can accepts the strings `john_doe`, `jo-hn\_doe` and `john12\_as`. It does not match `Jo` because that string contains uppercase letter and also it is too short. ## Table of Contents