Skip to main content

parse_number

Function parse_number 

Source
pub fn parse_number(s: &str) -> Option<f64>
Expand description

Parse a bare number from a cell, tolerating thousands separators, a leading currency symbol, and a trailing percent sign. None if it isn’t numeric.