Hi guys,i've some problems with using the "extract regex values".I need to extract only number inside my string values.EX. --> 998,145lb $ i need to extract 998145.I've found this pattern "\d+(\.\d{1,2})?" and i have 2 matches 998 and 145.Is this pat...