Re: reg ex problem
- From: ryan.m.lists@xxxxxxxxx (Ryan Moszynski)
- Date: Tue, 27 Jun 2006 17:08:56 -0400
thanks for the help, that did the trick
On 6/27/06, Ryan Moszynski <ryan.m.lists@xxxxxxxxx> wrote:
i have this string extracted from a text file i'm writing a program to process:.
test_freq = 1.0001;
and i have to extract the "1.0001"
i can't count on the whitspace being where it now is.
I would like to change this line of perl
$getTestFRQ =~ s/\D+//g;
so that instead of killing all non digit characters, it will kill all
non digit characters except for the period.
How do i do this?
thanks, ryan
- References:
- reg ex problem
- From: Ryan Moszynski
- reg ex problem
- Prev by Date: Re: reg ex problem
- Next by Date: Re: disappointing '.*?'
- Previous by thread: Re: reg ex problem
- Next by thread: RE: reg ex problem
- Index(es):
Relevant Pages
|