What is the regex to match an alphanumeric 6 character string?

Viewed 75663

I need regex for asp.net application to match an alphanumeric string at least 6 characters long.

3 Answers
Related