Parse a decimal type string into its components. Handles any whitespace formatting (e.g., "decimal(10,2)", "decimal(10, 2)", "decimal( 10 , 2 )").
The type string to parse
Object with precision and scale, or null if not a valid decimal type
Parse a decimal type string into its components. Handles any whitespace formatting (e.g., "decimal(10,2)", "decimal(10, 2)", "decimal( 10 , 2 )").