Skip to content

Support for DateTime strings - #73

Open
kuch3n wants to merge 2 commits into
eveseat:masterfrom
kuch3n:patch-2
Open

Support for DateTime strings#73
kuch3n wants to merge 2 commits into
eveseat:masterfrom
kuch3n:patch-2

Conversation

@kuch3n

Copy link
Copy Markdown
Contributor

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

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

Thank you, much appreciated 👍

@kuch3n

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

Copy link
Copy Markdown
Member

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@kuch3n@warlof