Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerShell For Programmers: Here Strings, There Strings, Everywhere Some String Strings

There won't be much code in today's post, but this can be a useful feature to know about. In addition to the expandable and literal strings we talked about, we can also use something called a Here String. Here strings allow us to have quote characters inside of our string that match the quote characters we use to create that string. For ...