I'm trying to learn some basic regular expression and having a hard time getting it to work.
What is wrong with this?
if (preg_match("[a-zA-Z0-9]{1,}", $url)) {
It must be something to do with my technique since I can hardly get any examples to work.