Can someone check this regular expression for me. I want it to match any alpha char, any numeric, space and any of the following characters . , ; : _ % £ ! + * ( ) ? ' " $ - more than 4 times.
As far as I can work out it looks correct but is not working. Also one other thing how do you match a –— en dash and em dash?
^[(a-z)(A-Z)(0-9)\.,;:_ %£!\+\*\(\)\?\'\"\$-]{4,}$
Cheers
check on regex
Moderator: General Moderators