Improve syntax for variables expressions in 'only' and 'except': regex
Description
We have a basic support for variables expressions in only
and except
keyworks, but the original proposal was cut in scope to keep it small and simple in the first iteration. We can now consider additional improvements that are useful to real cases and implement them.
Proposal
Support for =~
operator (regex)