Syntax error on this; please help (unnecessary lines omitted).
String looked for is: CA ARG 1 (then 3 numbers,can be negative, always have a decimal
and digits after decimal)
while (<INFILE>) {
if ($_ =~ /CA\s*ARG\s*1\s*(-*\d+\.\d+)\s*(-*\d+\.\d+)\s*(-*\d+\.\d+)/ {
print "$1 $2 $3 \n";
}
}
Neema Salimi
[EMAIL PROTECTED]
- Regex problem Bornaz, Daniel
- Re: Regex problem Me
- Re: Regex problem John S. J. Anderson
- Re: Regex problem Paul Dean
- Re: Regex problem Jeff Pinyan
- Regex Problem Jack Lauman
- RE: Regex Problem John Edwards
- Re: regex problem Neema Salimi
- Re: regex problem Paul
- RE: regex problem Neema Salimi
- RE: regex problem Gibbs Tanton - tgibbs
- Re: regex problem Garry Williams
- RE:Regex problem Jorge Goncalvez
- Elegant way to find/remove line from text f... Jim Witte
- Re: Elegant way to find/remove line fro... John W. Krahn
- regex problem Rahul Garg
- Re: regex problem Jeff 'japhy' Pinyan
- Regex Problem Balint, Jess
