For select and combine we should in the future add option for All, Between and Not broadcating (when DataAPI.jl and InvertedIndices.jl is updated).
Unfortunately it is not possible to broadcast regex and colon as they are in Base.
@nalimilan An alternative to Not(:a) .=> fun could be to add yet another wrapper, e.g. Spread that would read Spread(Not(:a)) .=> fun and we would not have to change anything anywhere. What do you think? The benefit is that then Spread(:) .=> fun and Spread(r"x") .=> fun could also work.