I want a function to remove numbers higher than 5000 in a string

Posted by cash on Stack Overflow See other posts from Stack Overflow or by cash
Published on 2010-05-02T13:10:40Z Indexed on 2010/05/02 13:27 UTC
Read the original article Hit count: 132

Filed under:
|

I have a string that contains unwanted numbers ( any number higher than 5000 )

I want a php function to remove any number higher than 5000.

thnx :)

© Stack Overflow or respective owner

Related posts about php

Related posts about string-manipulation