Did you know that `catalog.list()` can take an arg...
# resources
n
Did you know that
catalog.list()
can take an argument that search datasets with regex?
🌠 1
🪄 1
🔥 3
🧐 1
🤯 2
👌 2
y
Didn't know that it supports full regex syntax. I thought it can only do substring matching.
n
Ya the * there is actually redundant but just to showcase it supports full regex.