PageRules with AND, OR operators

I do have a lot of Subdomains on my Domain in CF.

What I would love is:

Operators which makes PageRules much more easier and flexible.

Example. Two Domain should use Cache Everything.

www.domain.tld/*
sub2.domain.tld/*

ATM i need two pagerules for this but could easily be solved with one:

(www|sub2).domain.tld/* (CacheEverything)

OR = |
AND = &&

Should just apply in round brackets “()”