in reply to Re: Parsing Regex
in thread Parsing Regex
$date = _trim($1) if $line =~ s/.*(\d{2}\/\d{2}\/\d{4})//; $address = _trim($1) if $line =~ /(.*)/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parsing Regex
by GrandFather (Saint) on Sep 23, 2009 at 20:25 UTC |