My site has thousands of pages and I recently have a new feature where I may want to clear the cache for about 600 pages nearly everyday.
I have not found a way to clear by wildcard so I've been clearing the whole cache on a regular basis. I'd rather not.
Is there a way to clear the cache with something like example.com/hello-* or with a regex?
I'm reluctant to use a regex to exclude the pages entirely by using the exclusion rules.