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
Add a new method that truncates the parsed part of the inputed string and returns the rest.
E.g. if I input please remind me at sunday 22:21 a new method should return the datetime and the string please remind me
please remind me at sunday 22:21
please remind me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Description
Add a new method that truncates the parsed part of the inputed string and returns the rest.
E.g. if I input
please remind me at sunday 22:21
a new method should return the datetime and the stringplease remind me
The text was updated successfully, but these errors were encountered: