Some companies have naming conventions, this often results in long names which take to much space when displayed. This setting lets you define a global regular expression to define what part of the full name should be shown in the graphs. Default is .*
, which shows the full name.
com.comp.proj.(.*)
will strip 'com.comp.proj' from every project name.
With the group definition one can define the group of the given regex to be used.