|
Posted by Rik on 06/13/06 07:36
moxie19@gmail.com wrote:
> Also, does anybody know how to remove extra stuff from a string and
> just leave alphabetical characters, like this:
>
> before: John *BigDogg* Smith!!!
> after: John BigDogg Smith
$string = preg_replace('/[^a-z]/i','',$string);
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|