Powershell - Escape Character

Windows Powershell Menu

About

The escape character in Powershell is the backtick.

Example

  • Echo
echo "`"Hello`""
# Regexp
echo '`[Hello`]'
"Hello"

  • With Regexp, you need to use a single quote
'`[Hello`]'







Share this page:
Follow us:
Task Runner