Uh oh!
There was an error while loading. Please reload this page.
Support for DateTime strings - #73
Open
kuch3n wants to merge 2 commits into
Open
Conversation
E.g.: start_date le '2021-03-20T00:00:00-00:00', see: https://regex101.com/r/zFZyWT/1 - Added usage of \w, which is equivalent to [a-zA-Z0-9_] PS: i hope this is the correct OData syntax :P
Match any Character but be lazy `'[\s\S]+?'` https://regex101.com/r/nAyGlY/1
warlof
commented
Mar 30, 2022
Member
Will be moved into this week-end roll-up together with maintenance job changes. Thank you, much appreciated 👍 |
kuch3n
commented
Mar 30, 2022
ContributorAuthor
np. btw. Do variable names have upper case letters? If so, this regex wouldn't capture it e.g., Variable_name won't be captured |
warlof
commented
Mar 30, 2022
Member
Talking about fields ? No, guidelines use table and field lower case |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
E.g.: start_date le '2021-03-20T00:00:00-00:00', see: https://regex101.com/r/zFZyWT/1
PS: i hope this is the correct OData syntax :P