mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-11-30 14:51:30 -05:00
Update
This commit is contained in:
parent
8701eba6bf
commit
ceafb3e0dd
@ -10,7 +10,7 @@ Imagine you are writing an application and you want to set the rules when user c
|
|||||||
contains letter, number, underscore and hyphen. We also want to limit the number of characters in username so it does not look ugly.
|
contains letter, number, underscore and hyphen. We also want to limit the number of characters in username so it does not look ugly.
|
||||||
We use the following regular expression to validate a username:
|
We use the following regular expression to validate a username:
|
||||||
|
|
||||||
<p style="text-align: center;">
|
<p align="center">
|
||||||

|

|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user