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
Currently it is set to
REGEXEN = { recent_year: /19\d\d|200\d|201\d/g };
it looks like it needs to be updated to include 202X
REGEXEN = { recent_year: /19\d\d|20[012]\d/g };
Although that will only last a bit over 7 more years that should be enough time to figure out an even better regex update :)
The text was updated successfully, but these errors were encountered:
hi, Can i be assigned to resolved this issue?
Sorry, something went wrong.
I have opened a pull request regarding the same.
No branches or pull requests
Currently it is set to
it looks like it needs to be updated to include 202X
Although that will only last a bit over 7 more years that should be enough time to figure out an even better regex update :)
The text was updated successfully, but these errors were encountered: