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 728d606 commit df2488bCopy full SHA for df2488b
README.md
@@ -19,7 +19,7 @@ We use the following regular expression to validate a username:
19
<img src="https://i.imgur.com/UrDb9qc.png" alt="Regular expression">
20
</p>
21
22
-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
23
contains uppercase letter and also it is too short.
24
25
## Table of Contents
0 commit comments