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 78e39bc commit 8701ebaCopy full SHA for 8701eba
README.md
@@ -10,9 +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>
14
-
15
-</center>
+<p style="text-align: center;">
+
+</p>
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