Skip to content

Commit 78e39bc

Browse files
committed
Update
1 parent 1615151 commit 78e39bc

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
@@ -10,7 +10,9 @@ Imagine you are writing an application and you want to set the rules when user c
1010
contains letter, number, underscore and hyphen. We also want to limit the number of characters in username so it does not look ugly.
1111
We use the following regular expression to validate a username:
1212

13-
<center>![Example](http://i.imgur.com/UrDb9qc.png)</center>
13+
<center>
14+
![Example](https://i.imgur.com/UrDb9qc.png)
15+
</center>
1416

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

0 commit comments

Comments
 (0)