Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Break a Word into Letters with PowerShell

$
0
0

Summary: Learn how to use Windows PowerShell to break a word into letters.

Hey, Scripting Guy! Question How can I use Windows PowerShell to break a word into letters?

Hey, Scripting Guy! Answer Use the tochararray method, for example:

“dog”.tochararray()


Viewing all articles
Browse latest Browse all 3333

Trending Articles