$extract = preg_replace( "/[^0-9]/", "", $str )
// will extract the figures from your string
HTH
Ignatius
_________________________
----- Original Message -----
From: "Jamie Saunders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 26, 2003 1:04 PM
Subject: [PHP-DB] checking a string for numbers
> Hi,
>
> I'm trying to find a way of simply checking a string for numbers.
>
> e.g.
>
> if ($myVar contains a number)
> {
> //numbers present
> }
> else
> {
> //no numbers present
> }
>
> Thanks,
>
> --
> Jamie Saunders
> Media Architect
> [EMAIL PROTECTED]
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php