3 Votes Vote

PHP Multiple digits regular expression

Posted by topdog 251 days ago Questions| regular expression expression regular All

I need to extract the digits from the following string using regular expression:

pc 32444 xbox 43567

so my array will be

array ([0] => 32444 [1] => 43567)

Can someone help construct a preg_match for me?

Thanks!

Discuss Bury


Who Voted for this Question