Expression
/Sales - Freight - Leimkuehler\s+(\d+,?\d+\.?\d+)/

String
410-02-00        Sales - Freight - Leimkuehler
6.96

It does match if I remove everything after Leimkuehler.
This is how it reads to me

1 or more spaces
Open paren to save value to $1
1 or more digits
Maybe a comma but not necessary
1 or more digits
Maybe a period but its not necessary.
1 or more digits

I am assuming my the problem is with ,? But I don't understand why.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to