The following PowerShell series is designed for newcomers to PowerShell who want to quickly learn the essential basics, the most frequently used syntaxes, elements and tricks. It can also be used by ...
In Windows PowerShell 5.1, you could pass a character array (char[]) to the Split() method as a string. The method splits the target string at any occurrence of a character in the array.