Using Regex expression in LinqQuery

@ppr

Shall I not write .Value ?

What should be the correct expression for the below query?

ExtractDataTable.AsEnumerable.Where(Function(x) (System.Text.RegularExpressions.Regex.Match(x(“List price (Quantity)”).ToString,“\d+.\d{2}\d*(?<=[1-9])|\d+.\d{2}”).Value).CopyToDataTable