We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
latest_year
earliest_year() => 1990 latest_year() => 1995
earliest_year() => 1990
latest_year() => 1995
The text was updated successfully, but these errors were encountered:
If this is added, it should probably be parse_with_delim because we also have date strings with comma separated dates.
parse_with_delim
Sorry, something went wrong.
No branches or pull requests
This pattern is found in AUC.
Should be able to return
earliest_year
andlatest_year
from a pattern like: "1990; 1991; 1992; 1993; 1994; 1995".earliest_year() => 1990
latest_year() => 1995
The text was updated successfully, but these errors were encountered: