Function isin::parse_strict[][src]

pub fn parse_strict(value: &str) -> Result<ISIN, ParseError>

Parse a string to a valid ISIN or an error message, requiring the string to already be only uppercase alphanumerics with no leading or trailing whitespace in addition to being the right length and format.