Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
It is the inverse to format. It takes an input string and splits it into different variables based on a given pattern.
Posts: 577
Threads: 183
Joined: Jun 2013
Reputation:
0
In addition to what Vince commented, I will give you some more reliable examples
You can split an input command into given variables (target id, reason, time, amount)
You can split files (X | Y | Z) into different variables (x, y, z) and so on