-
Type:
New Feature
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: configurationslicing-plugin
-
None
In the groovy expression in the Configuration Matrix's Combination Filter, I would like to use regular expressions to do things.
For instance, to match all the gcc compilers:
(compiler ==~ "gcc*")
I wasn't able to get this to work.