Quote:
Originally Posted by MarcoH64
Well by answer was the best for the original question, only to remove the spaces. If you have the choice, a str_replace is much faster. Dean however extended to original question nicely with the removal of some more special characters (although with some limitations that could also be done with str_trplace..
|
Yep, why shouldn't that for example be doen with str_replace (many of them for the other characters)? Is it slower?