rakhesh.com
Using PowerShell to insert a space between characters (alt method using regular expressions and -replace)
A reader (thanks Jeff!) of my previous post wrote to mention that there’s an even easier way to insert a space between characters. Use the -replace operator thus: [crayon-661ed22ad9df11129961…