Regex for validating a string with pre-specified special characters

Posted by Shahid on Stack Overflow See other posts from Stack Overflow or by Shahid
Published on 2010-03-26T12:18:38Z Indexed on 2010/03/26 12:23 UTC
Read the original article Hit count: 445

Filed under:
|

I am looking for a regex to validate a string. I want to allow numbers, alpha characters, spaces and any of the following characters in any order:

+ - ( ) ,

Thanks.

© Stack Overflow or respective owner

Related posts about regex

Related posts about validation