RegularExpressionValidator - Windows ID Validation

Posted by Albert on Stack Overflow See other posts from Stack Overflow or by Albert
Published on 2010-03-24T13:04:31Z Indexed on 2010/03/24 13:13 UTC
Read the original article Hit count: 270

I'd like to setup a RegularExpressionValidator to ensure users are entering valid windows IDs in a textbox.

Specifically, I'd like to ensure it's any three capital letters (for our range of domains), followed by a backslash, followed by any number of letters and numbers.

Does anyone know where I can find some examples of this type of validation...or can somebody whip one up for me? :)

© Stack Overflow or respective owner

Related posts about regex

Related posts about regularexpressionvalidato