Regexp.Exec() similar for Wild object

Hi.
Right now we have the Wild object, which is the tool if you want to give support in your scripts for both Opus wildcards and regular expressions, among other things.
Something that would make it even more useful would be having something similar to Exec() from the JScript regex object, which can return an array or vector of matches. This would be especially helpful for Opus wildcards, since Wild.Match() only tells you whether there was a match or not, without any additional info. If you wanted to use it for things like search and replace, it's no longer suitable.

Or is there a simple way to convert a wildcard pattern into a regex pattern, so it can be used with the JScript RegExp object?

Thanks.