decimal_strip extracts the first numeric value from a string. For ' -007 James', it extracts '-7' - it removes leading zeros after the negative sign, keeping only the essential numeric value. The function stops at the first non-numeric character after extracting the number.