Tagged Fiddles
- 1Revisions2Forks
Username check
/^(?=.*[a-z])[a-z0-9]{4,20}$/gm2 to 20 chars & numbers only# acceptable randy randy39 39randy r789456123 # not acceptable ran 3546 r_andy __3912 thisislongerthan20char - 1Revisions6Forks
Username check
/^(?=.*[a-z])[a-z0-9]{4,20}$/gm2 to 20 chars, letters & numbers only# acceptable randy randy39 39randy r789456123 # not acceptable ran 3546 r_andy __3912 thisislongerthan20chars - 1Revisions3Forks
Username check
/^(?=.*[a-z])[a-z0-9.]{4,16}$/gm2 to 20 chars, letters & numbers and dot only# acceptable randy randy39 39randy r789456123 sa.7a # not acceptable ran 3546 r_andy __3912 thisislongerthan20chars askjkjncbubhdran - 1Revisions4Forks
Username check
/^(?=.*[a-g])[a-z0-9]{4,20}$/gm2 to 20 chars, letters & numbers only# acceptable randy randy39 39randy r789456123 # not acceptable ran 3546 r_andy __3912 thisislongerthan20chars