I would like to match String that contains letters and numbers WITHOUT space
I tried ^[a-zA-Z+d*]*$
but it matches String that have only letters
This is what it should do :
Nope
Nope 2
MatchPlease123
If you want to try in live: http://rubular.com/r/pFMkk9ATc0
Thank you