Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes rules for using single and double quotation marks in PowerShell.
Locale: en-US
ms.date: 12/09/2021
ms.date: 04/26/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Quoting Rules
Expand Down Expand Up @@ -98,7 +98,7 @@ The value of $i is 5.

## Single-quoted strings

A string enclosed in single-quotation marks is a _verbatim_ string. The string
A string enclosed in single quotation marks is a _verbatim_ string. The string
is passed to the command exactly as you type it. No substitution is performed.
For example:

Expand All @@ -114,7 +114,7 @@ The value $i is $i.
```

Similarly, expressions in single-quoted strings are not evaluated. They are
interpreted as literals. For example:
interpreted as string literals. For example:

```powershell
'The value of $(2+3) is 5.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes rules for using single and double quotation marks in PowerShell.
Locale: en-US
ms.date: 12/09/2021
ms.date: 04/26/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Quoting Rules
Expand Down Expand Up @@ -98,7 +98,7 @@ The value of $i is 5.

## Single-quoted strings

A string enclosed in single-quotation marks is a _verbatim_ string. The string
A string enclosed in single quotation marks is a _verbatim_ string. The string
is passed to the command exactly as you type it. No substitution is performed.
For example:

Expand All @@ -114,7 +114,7 @@ The value $i is $i.
```

Similarly, expressions in single-quoted strings are not evaluated. They are
interpreted as literals. For example:
interpreted as string literals. For example:

```powershell
'The value of $(2+3) is 5.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes rules for using single and double quotation marks in PowerShell.
Locale: en-US
ms.date: 12/09/2021
ms.date: 04/26/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Quoting Rules
Expand Down Expand Up @@ -98,7 +98,7 @@ The value of $i is 5.

## Single-quoted strings

A string enclosed in single-quotation marks is a _verbatim_ string. The string
A string enclosed in single quotation marks is a _verbatim_ string. The string
is passed to the command exactly as you type it. No substitution is performed.
For example:

Expand All @@ -114,7 +114,7 @@ The value $i is $i.
```

Similarly, expressions in single-quoted strings are not evaluated. They are
interpreted as literals. For example:
interpreted as string literals. For example:

```powershell
'The value of $(2+3) is 5.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes rules for using single and double quotation marks in PowerShell.
Locale: en-US
ms.date: 12/09/2021
ms.date: 04/26/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Quoting Rules
Expand Down Expand Up @@ -98,7 +98,7 @@ The value of $i is 5.

## Single-quoted strings

A string enclosed in single-quotation marks is a _verbatim_ string. The string
A string enclosed in single quotation marks is a _verbatim_ string. The string
is passed to the command exactly as you type it. No substitution is performed.
For example:

Expand All @@ -114,7 +114,7 @@ The value $i is $i.
```

Similarly, expressions in single-quoted strings are not evaluated. They are
interpreted as literals. For example:
interpreted as string literals. For example:

```powershell
'The value of $(2+3) is 5.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes rules for using single and double quotation marks in PowerShell.
Locale: en-US
ms.date: 12/09/2021
ms.date: 04/26/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Quoting Rules
Expand Down Expand Up @@ -98,7 +98,7 @@ The value of $i is 5.

## Single-quoted strings

A string enclosed in single-quotation marks is a _verbatim_ string. The string
A string enclosed in single quotation marks is a _verbatim_ string. The string
is passed to the command exactly as you type it. No substitution is performed.
For example:

Expand All @@ -114,7 +114,7 @@ The value $i is $i.
```

Similarly, expressions in single-quoted strings are not evaluated. They are
interpreted as literals. For example:
interpreted as string literals. For example:

```powershell
'The value of $(2+3) is 5.'
Expand Down
2 changes: 1 addition & 1 deletion reference/module/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.manager: sewhee
ms.product: powershell
ms.topic: landing-page
quickFilterColumn1: powershell-7.1,windowsserver2019-ps
quickFilterColumn2: azps-7.4.0,win-mdop2-ps
quickFilterColumn2: azps-7.5.0,win-mdop2-ps
quickFilterColumn3: sqlserver-ps,systemcenter-ps-2019
title: PowerShell Module Browser
---
Expand Down