UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Username Regex List

Syabab · ·
8:53 PM Tuesday, 31 January 2017
None
Hi,

I hope we can start share a collection of some regex for username here;

----------------------------------------------------------------

From: Title

Descriptions: Accept only alphanumeric values and hyphen, underscore or period (-/_/.). Start from alphanumeric character not a hyphen or underscore.

^[a-z][-_a-z0-9]*$
-----------------------------------------------------------------

Descriptions: It verifies that: - Only letters, numbers and period,hyphen & underscore are allowed - No two different symbols may follow each other - Cannot begin or end with a symbol,hyphen, underscore or dot.

Problem: No character limitation.

^((([A-Za-z0-9]+_)|([A-Za-z0-9]+\-)|([A-Za-z0-9]+\.))*([A-Za-z0-9])){5,15}$
-------------------------------------------------------------------


Hope u guys can add more options, thanks ;)
The replies under this section are restricted to logged in users or users with an active subscription with us