$extract = preg_replace( "/[^0-9]/", "", $str ) // will extract the figures from your string HTH Ignatius _________________________ ----- Original Message ----- From: "Jamie Saunders" <phpdev@mediacdcards.net> To: <php-db@lists.php.net> Sent: Thursday, June 26, 2003 1:04 PM Subject: 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 > phpdev@mediacdcards.net > > > > -- > 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