Skip to content

Commit

Permalink
updated date regexp to select yyyy, mm, dd
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed Apr 10, 2021
1 parent f1b8bb6 commit 258790d
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 655 deletions.
2 changes: 1 addition & 1 deletion data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"personRegexpString":"\\[{2}People\\/(.*?)\\]{2}","projectRegexpString":"\\[{2}Projects\\/(.*?)\\]{2}","dateRegexpString":"#(\\d{4}\\/\\d{2}\\/\\d{2})","discussWithRegexpString":"#(discussWith)","waitingForRegexpString":"#(waitingFor)","promisedToRegexpString":"#(promisedTo)","somedayMaybeRegexpString":"#(someday)"}
{"personRegexpString":"\\[{2}People\\/(.*?)\\]{2}","projectRegexpString":"\\[{2}Projects\\/(.*?)\\]{2}","dateRegexpString":"#(\\d{4})\\/(\\d{2})\\/(\\d{2})","discussWithRegexpString":"#(discussWith)","waitingForRegexpString":"#(waitingFor)","promisedToRegexpString":"#(promisedTo)","somedayMaybeRegexpString":"#(someday)"}
Loading

0 comments on commit 258790d

Please sign in to comment.