Bart van den Donk

Results 3 issues of Bart van den Donk

Lets split by using replace: (I used = as a replacement so you will remember ;-)) ``` [regex]::Replace('29 July, 2014, 30 July, 2014, 31 July, 2014,29 July, 2014, 30 July,...

When you have a specific CSV file, you can use the Import-Csv command to interpret the data as CSV. It is more like: When you have a specific CSV file,...

Lots of commands can be case (in-)sensitive. For instance the Switch command: switch [-regex | -wildcard | -exact] [-casesensitive] () { "string" | number | variable | { } {...