Status:: seedlings
🚧 This page is an experiment in learning in semi-public. Misc bits I learn about datalog and datomic will be recorded here. 🚧
Why am I doing this? I am very interested in the different
I have started to collect some examples of useful queries that I have created and use
{{embed: ((
An alternate option would be to encode the query within custom JS (similar to what the RoamAlphaAPI calls do). I am against using that JS for one-off queries because of how ugly and complicated the block structure needs to be to accommodate it
Look here for an example of how complex the JS and block structure can get
What is the difference between re-find
and re-matches
?
Matching substrings
re-matches matches the whole string. But often, we want to find a match within a string. re-find returns the first match within the string. The return values are similar to re-matches.