Platform built-in functions like trim, floor, parse, ect... should not throw errors when value is empty. They should return empty as well.
Avoids lot's of unnecessary if clauses.