RegEx @programming.dev sabreW4K3 @lazysoci.al 2mo ago Why won't this work? (?<!\d)\d+\.\d+ should match the numbers at the end of the lines and yet it won't. What am I doing wrong?
(?<!\d)\d+\.\d+ should match the numbers at the end of the lines and yet it won't. What am I doing wrong?