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

In reply to chr_sue:

Meta character are one of the following “.”,“/”,“[”,“*”,“{”}.
There is a new checker in UVM-1.2, which checks that the fields name in resource don’t contain one of the above character.
See resource_db new function.