Community Patterns

Community Library Entry

-2

Regular Expression
Created·2015-04-08 03:53
Flavor·ECMAScript (JavaScript)

/
^[_a-zA-Z0-9]+$
/
Open regex in editor

Description

^[_a-zA-Z0-9]+$ how to make regex username with underscore. i'm using c# but this regex isn't working.

Submitted by anonymous