Removing non-alphanumeric characters from a string

Posted by Malfist on Stack Overflow See other posts from Stack Overflow or by Malfist
Published on 2010-03-30T19:19:52Z Indexed on 2010/03/30 19:23 UTC
Read the original article Hit count: 329

Filed under:
|
|

I have a string in PHP and I want it to match the regex [A-Za-Z0-9]. How can I do this?

© Stack Overflow or respective owner

Related posts about php

Related posts about regex