Tag Archives: numbers

PHP: How to Get all the Numbers out of an Alphanumeric String?

Given a registration code, or something important like that, which often contains information encoded in the alphanumeric string itself, it is sometimes quite useful to be able to simply strip out the letters from the string, leaving only the numeric part behind. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , | View Comments