extractNumberFromString

open override fun extractNumberFromString(input: String): Double?

Extracts a number from a string using regex, handling commas as thousands separators.