So i have this string type variable like
$str = "does this string have the number 123"
Then i explod it to $exploded
Now how can i find if there is an numeric element in array $exploded??
Or simply find out if is there a number in the string $a??