fn default_parser(text: &str) -> Option<f64>
The default egui parser of numbers.
It ignored whitespaces anywhere in the input, and treats the special minus character (U+2212) as a normal minus.