Function re_format::parse_f64

source ·
pub fn parse_f64(text: &str) -> Option<f64>
Expand description

Parses a number, ignoring whitespace (e.g. thousand separators), and treating the special minus character MINUS (−) as a minus sign.