In PowerShell's documentation, I have come across the expression expandable string:
Argument mode is designed for parsing arguments and parameters for commands in a shell environment. All input is treated as an expandable string unless it uses one of the following syntaxes:
Unfortunately, I am unable to find a definition for expandable string and my question is: what is an expandable string in PowerShell?