Multiple wildcards in a source name
If a source name has multiple wildcards and the target name has a single asterisk wildcard, the target name asterisk is replaced with the first wildcard value, next wildcard value, and any characters that exist between the wildcards.
For example, with a source name of *a???b.c and a target name of *.d , if the source file name instance is:
xyazzzb.c
the target name assigned by the Launcher is:
xyazzz.d