Expand description
Code for working with years.
Functionsยง
- parse_
and_ ๐validate_ year - Parse a single year from a string and check it is in
valid_years - parse_
year_ str - Parse a string of years separated by semicolons into a vector of u32 years.
- parse_
years_ ๐range - Parse a year string that is defined as a range, selecting the valid years within that range.