Wildcard or Regex support for Breeze "Never Cache these URLs"
I have a site with a number of dynamic "areas" that are not displaying/refreshing correctly due to caching. One primary area of the site is an online LMS (Learning Management System) made up of multiple lessons, topics, and quizzes. I could list each URL individually, however, it would be well over a 100 just to get started, and would also require me to continue updating the list of URLs as I continue to add new content/lessons, etc.
Ideally, I could enter in a relative url with a wildcard or utilize regex to not cache all URLs matching the pattern, such as "/courses*" for example.

Hello
Wildcard URL exclusion was added in 1.1.7 Please refer to https://wordpress.org/plugins/breeze/#developers for more details
Cloudways Team