I don't think so, since ".*" will ALWAYS match from the start of the string if it is the first part of the regex -- the rule is that the longest matching pattern is always chosen.

Cheers