Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell string with quotes

$PrintQuotesAsString = "`"How do I escape `"Quotes`" in a powershell string?`"" 

Write-Host $PrintQuotesAsString 

"How do I escape "Quotes" in a powershell string?"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #powershell #string #quotes
ADD COMMENT
Topic
Name
2+4 =