Description :The uniexp / uniimp commands ignore some arguments if the character * is not protected by double quotes
Cause
Cause type: By design Root Cause: The character * must be protected by double quotes.
Environment
OS: All
Resolution
All the values that contain special characters must be placed between quotation marks so they are not interpreted as commands.
Example extracted from the documentation: The * character can be used at the start or end of the chain. For example: "TEST*" signifies “starting with TEST”, "*TEST" signifies “ends with TEST”, "*TEST*" signifies “contains TEST”.