Thursday, 19 September 2013

javascript regex to allow at least one special character and one numeric

javascript regex to allow at least one special character and one numeric

Im beginer about regex...I need to create a regular expression to check if
a string has got at least one special character and one numeric. Im using
([0-9]+[!@#$%\^&*(){}[\]<>?/|\-.:;_-]+|[!@#$%\^&*(){}[\]<>?/|\-.:;_-]+[0-9]+),
but is not working. Help please.

No comments:

Post a Comment