FMeinicke's Wiki

Home

❯

Windows

❯

Powershell

❯

Escape double quotes

Escape double quotes

May 27, 20251 min read

  • pwsh/escaping

escaping

Source

  • https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.sharepointdiary.com/2020/08/powershell-escape-characters.html&ved=2ahUKEwjc7L3hstSJAxVgA9sEHeo3OmUQFnoECAsQAw&usg=AOvVaw1bpje5loAAoEUORNRw6LxB
  • use backticks
$ echo "this is a double quote `" inside a double-quoted string"
this is a double quote " inside a double-quoted string

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub