In the programming world, regex is a very useful tool to have in your toolbelt.
However, the only regex tool available within CDataVirtuality is ARRAY_LIKE_REGEX, which functions solely as a boolean validator—it checks whether a regex expression is present in the array.
It would be great to have a regex tool for pure string matching, with the ability to extract group results from the expression outcome.

