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 for DateTime strings #73

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

kuch3n
Copy link
Contributor

@kuch3n kuch3n commented Mar 20, 2022

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

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
Copy link
Member

warlof commented Mar 30, 2022

Will be moved into this week-end roll-up together with maintenance job changes.

Thank you, much appreciated 👍

@kuch3n
Copy link
Contributor Author

kuch3n commented Mar 30, 2022

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
Copy link
Member

warlof commented Mar 30, 2022

Talking about fields ? No, guidelines use table and field lower case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants