Im having problems with a regex. I am trying to do a preg_replace on a
string using a regular expression which replaces a non A-Z, a-z, 0-9
character with "" (empty string" . In other words i just want to
remove all non A-Z, a-z and 0-9 characters. However spaces are ok.