We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1615151 commit 78e39bcCopy full SHA for 78e39bc
README.md
@@ -10,7 +10,9 @@ Imagine you are writing an application and you want to set the rules when user c
10
contains letter, number, underscore and hyphen. We also want to limit the number of characters in username so it does not look ugly.
11
We use the following regular expression to validate a username:
12
13
-<center></center>
+<center>
14
+
15
+</center>
16
17
Above regular expression can accepts the strings "john_doe", "jo-hn\_doe" and "john12\_as". It does not match "Jo" because that string
18
contains uppercase letter and also it is too short.
0 commit comments