The SEARCHREGEX() function is very useful... but it only returns the position of the first character in the first found instance. This is useful in many cases, but often the entire substring discovered is what I'm looking for. Could we have a function which returns the entire first substring match for a RegEx? This would be supremely useful in a lot of data cleansing/matching/profiling work!!