UVM 1.2 new warning - a resource with meta characters in the field name has been created

In reply to Eranr:

uvm-1.1 and uvm-1.2 both are supporting globbing and regular expressions.
globbing constructs are internally converted into reg expressions. For more Details see

function string uvm_glob_to_re(string glob);