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

Support next, this, one, two etc. which replace a number in the input string #23

Closed
Joining7943 opened this issue Jun 17, 2023 · 0 comments
Labels
feature New feature or enhancement in progress The solution of this issue will be part of one of the next releases

Comments

@Joining7943
Copy link
Collaborator

Numerals could replace the number in the input string making strings like next day, last week, but also one second etc. possible. Numerals need a time unit to make sense. Since they just replace the number in the input they could be worth an i64 value. So, a Numeral instantiation could simply take a single &str and this value.

@Joining7943 Joining7943 added the feature New feature or enhancement label Jun 17, 2023
@Joining7943 Joining7943 added the in progress The solution of this issue will be part of one of the next releases label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement in progress The solution of this issue will be part of one of the next releases
Projects
None yet
Development

No branches or pull requests

1 participant