Changes

Jump to: navigation, search

Windows PowerShell 1.0 String Quoting and Escape Sequences

31 bytes added, 17:15, 14 November 2008
Using Double Quotes
</pre>
This can, of course, be a problem is if the string is to contain a dollar ($) sign since PowerShell will attempt to interpret this as a variable. For example:
<pre>
</pre>
Another problem involves the display of a string which contains double quotes since PowerShell since .Clearly, PowerShell will become confusedhave difficulty identifying where the string begins and ends:
<pre>

Navigation menu