On Sep 27, 6:05 pm, Michael <[EMAIL PROTECTED]> wrote:
> Hello all-
>
> I wish to strip all non-numeric characters and whitespace from a string.
>
> What is the best way to achieve this please?
>
> Michael
if you happen to have php 5.2.0+ there's the new data filtering
functions
http://nz.php.net/manual/en/ref.filter.php
FILTER_SANITIZE_NUMBER_INT leaves only numbers and + -
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---