Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse yyyy; yyyy; yyyy;.... pattern #40

Open
aaron-collier opened this issue Nov 1, 2019 · 1 comment
Open

parse yyyy; yyyy; yyyy;.... pattern #40

aaron-collier opened this issue Nov 1, 2019 · 1 comment

Comments

@aaron-collier
Copy link
Contributor

This pattern is found in AUC.

Should be able to return earliest_year and latest_year from a pattern like: "1990; 1991; 1992; 1993; 1994; 1995".

earliest_year() => 1990
latest_year() => 1995

@ndushay
Copy link
Contributor

ndushay commented Nov 4, 2019

If this is added, it should probably be parse_with_delim because we also have date strings with comma separated dates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants