Simple Regex needed
Posted: Tue Feb 26, 2008 9:04 pm
I'm not very good with Regex and couldn't fine a quick way to do this. I just need to replace all (will be doing this in php with preg_replace) non-character or numerals in a string. So anything not A-Z, a-z, or 0-9 should get replaced. How can I do this? Thanks in advance.