I have this function
var result : String? = null var numerics = code.filter { it.isDigit()|| it == \'.\' } var numDouble = numerics.toDoubl