From: RJ Melton Date: 2006-08-04T14:21:26+09:00 Subject: A little regexp help for a newbie. ------=_Part_24187_14895579.1154668882629 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry this is such an absurdly simple question, but I can't find the answer after some googling, probably just me not knowing how to look. Anyway, I have a simple string in the format 1a2+3 and want to basically take out the non-number bits and put the numbers into an array. It also has to match more than single-digit numbers. The rest is simple enough, but I'm just really new to regex and can't make it work. Anyone feel like helping me out a little, or at least pointing me in the right direction? Thanks. -- R.J. Melton ------=_Part_24187_14895579.1154668882629--