9.3 Variable Modifiers ↑
9.3.5 Extract Part of a Variable - Caret
The caret symbol (‘^’) can be used to indicate that a portion of the variable string is to be extracted. The following character indicates what sort of extraction is to be performed.
x- Anxindicates that the file extension should be extracted from a filename or path string.
Next: 9.3.6 Take Text from Right