At 12:30 AM -0500 11/29/07, Robert Cummings wrote:
On Wed, 2007-11-28 at 22:19 -0700, Jon Westcot wrote:
>
$123,456.78 becomes 123456.78
$24,680 becomes 24680
1234B becomes 1234
$number = ereg_replace( '[^[:digit:].]', '' );
Cheers,
Rob.
Sweet.
Another one of those sta
On Wed, 2007-11-28 at 22:47 -0700, Jon Westcot wrote:
> Thanks, Rob! I can see that it's going to be important for me to get
> familiar with the POSIX regular expressions.
You can use the perl versions too. I just got used to the posix versions
a long time ago :). BTW, if you didn't notice I forg
Thanks, Rob! I can see that it's going to be important for me to get
familiar with the POSIX regular expressions.
Jon
- Original Message -
> On Wed, 2007-11-28 at 22:19 -0700, Jon Westcot wrote:
> > Hi all:
> >
> > Since I'm relatively new to PHP, I'm not familiar with all of the
sho
On Wed, 2007-11-28 at 22:19 -0700, Jon Westcot wrote:
> Hi all:
>
> Since I'm relatively new to PHP, I'm not familiar with all of the
> shortcuts and efficient ways one could write a routine that handles
> converting data from one format into another, so I thought I'd ask here for
> recomme
4 matches
Mail list logo