Regular Expression

Posted by TiagoDias on Stack Overflow See other posts from Stack Overflow or by TiagoDias
Published on 2010-05-27T12:39:22Z Indexed on 2010/05/27 12:41 UTC
Read the original article Hit count: 168

Filed under:

Hi all,

I cannot manage to get a working regular expression (for use in ASP.NEt Validataor) for the following criteria: - I want all chars from A-Z a-z 0-9 - I don't want the Enter key

I have the expression: [\w\s,.-/]*[^\n] but that don't works.

Please give-me a hint, Thanks.

© Stack Overflow or respective owner

Related posts about regex