extractNumberFromString

abstract fun extractNumberFromString(input: String): Double?

Extracts a number from a string using regex.