Skip to content

Commit b645532

Browse files
authored
Minor updates for issues reported by UUF (#12040)
1 parent 128effc commit b645532

File tree

14 files changed

+47
-44
lines changed

14 files changed

+47
-44
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the operators that compare values in PowerShell.
33
Locale: en-US
4-
ms.date: 01/19/2025
4+
ms.date: 04/30/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Comparison_Operators
@@ -36,8 +36,8 @@ specified patterns. PowerShell includes the following comparison operators:
3636

3737
**Replacement**
3838

39-
- `-replace`, `-ireplace`, `-creplace` - replaces strings matching a regex
40-
pattern
39+
- `-replace`, `-ireplace`, `-creplace` - finds and replaces strings matching a
40+
regex pattern
4141

4242
**Containment**
4343

reference/5.1/Microsoft.PowerShell.Core/About/about_Operators.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
description: Describes the operators that are supported by PowerShell.
33
Locale: en-US
4-
ms.date: 09/03/2024
4+
ms.date: 04/30/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Operators
88
---
99
# about_Operators
1010

1111
## Short description
12+
1213
Describes the operators that are supported by PowerShell.
1314

1415
## Long description
@@ -49,7 +50,7 @@ determine whether they're equal.
4950

5051
The comparison operators also include operators that find or replace patterns
5152
in text. The (`-match`, `-notmatch`, `-replace`) operators use regular
52-
expressions, and (`-like`, `-notlike`) use wildcards `*`.
53+
expressions, and (`-like`, `-notlike`) use wildcards like `*`.
5354

5455
Containment comparison operators determine whether a test value appears in a
5556
reference set (`-in`, `-notin`, `-contains`, `-notcontains`).

reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 03/19/2024
5+
ms.date: 04/30/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-date?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-Date
@@ -548,7 +548,7 @@ The valid **UFormat specifiers** are displayed in the following table:
548548
| `%u` | Day of the week - number | Sunday = 0 |
549549
| `%V` | Week of the year | 01-53 |
550550
| `%w` | Same as 'u' | |
551-
| `%W` | Week of the year | 00-52 |
551+
| `%W` | Week of the year | 1-53 |
552552
| `%X` | Same as 'T' | |
553553
| `%x` | Date in standard format for locale | 06/27/19 for English-US |
554554
| `%Y` | Year in 4-digit format | 2019 |

reference/7.4/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the operators that compare values in PowerShell.
33
Locale: en-US
4-
ms.date: 01/19/2025
4+
ms.date: 04/30/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Comparison_Operators
@@ -36,8 +36,8 @@ specified patterns. PowerShell includes the following comparison operators:
3636

3737
**Replacement**
3838

39-
- `-replace`, `-ireplace`, `-creplace` - replaces strings matching a regex
40-
pattern
39+
- `-replace`, `-ireplace`, `-creplace` - finds and replaces strings matching a
40+
regex pattern
4141

4242
**Containment**
4343

reference/7.4/Microsoft.PowerShell.Core/About/about_Operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the operators that are supported by PowerShell.
33
Locale: en-US
4-
ms.date: 09/03/2024
4+
ms.date: 04/30/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Operators
@@ -50,7 +50,7 @@ determine whether they're equal.
5050

5151
The comparison operators also include operators that find or replace patterns
5252
in text. The (`-match`, `-notmatch`, `-replace`) operators use regular
53-
expressions, and (`-like`, `-notlike`) use wildcards `*`.
53+
expressions, and (`-like`, `-notlike`) use wildcards like `*`.
5454

5555
Containment comparison operators determine whether a test value appears in a
5656
reference set (`-in`, `-notin`, `-contains`, `-notcontains`).

reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 03/19/2024
5+
ms.date: 04/30/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-date?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-Date
@@ -649,7 +649,7 @@ The valid **UFormat specifiers** are displayed in the following table:
649649
| `%u` | Numeric day of the week (1-7) (Changed in PowerShell 7.2) | Monday = 1, Sunday = 7 |
650650
| `%V` | Week of the year | 01-53 |
651651
| `%w` | Numeric day of the week (0-6) | Sunday = 0, Saturday = 6 |
652-
| `%W` | Week of the year | 00-52 |
652+
| `%W` | Week of the year | 1-53 |
653653
| `%X` | Same as 'T' | |
654654
| `%x` | Date in standard format for locale | 06/27/19 for English-US |
655655
| `%Y` | Year in 4-digit format | 2019 |

reference/7.5/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the operators that compare values in PowerShell.
33
Locale: en-US
4-
ms.date: 01/19/2025
4+
ms.date: 04/30/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Comparison_Operators
@@ -36,8 +36,8 @@ specified patterns. PowerShell includes the following comparison operators:
3636

3737
**Replacement**
3838

39-
- `-replace`, `-ireplace`, `-creplace` - replaces strings matching a regex
40-
pattern
39+
- `-replace`, `-ireplace`, `-creplace` - finds and replaces strings matching a
40+
regex pattern
4141

4242
**Containment**
4343

reference/7.5/Microsoft.PowerShell.Core/About/about_Operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the operators that are supported by PowerShell.
33
Locale: en-US
4-
ms.date: 09/03/2024
4+
ms.date: 04/30/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Operators
@@ -50,7 +50,7 @@ determine whether they're equal.
5050

5151
The comparison operators also include operators that find or replace patterns
5252
in text. The (`-match`, `-notmatch`, `-replace`) operators use regular
53-
expressions, and (`-like`, `-notlike`) use wildcards `*`.
53+
expressions, and (`-like`, `-notlike`) use wildcards like `*`.
5454

5555
Containment comparison operators determine whether a test value appears in a
5656
reference set (`-in`, `-notin`, `-contains`, `-notcontains`).

reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 03/19/2024
5+
ms.date: 04/30/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-date?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-Date
@@ -649,7 +649,7 @@ The valid **UFormat specifiers** are displayed in the following table:
649649
| `%u` | Numeric day of the week (1-7) (Changed in PowerShell 7.2) | Monday = 1, Sunday = 7 |
650650
| `%V` | Week of the year | 01-53 |
651651
| `%w` | Numeric day of the week (0-6) | Sunday = 0, Saturday = 6 |
652-
| `%W` | Week of the year | 00-52 |
652+
| `%W` | Week of the year | 1-53 |
653653
| `%X` | Same as 'T' | |
654654
| `%x` | Date in standard format for locale | 06/27/19 for English-US |
655655
| `%Y` | Year in 4-digit format | 2019 |

reference/7.6/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the operators that compare values in PowerShell.
33
Locale: en-US
4-
ms.date: 01/19/2025
4+
ms.date: 04/30/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comparison_operators?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Comparison_Operators
@@ -36,8 +36,8 @@ specified patterns. PowerShell includes the following comparison operators:
3636

3737
**Replacement**
3838

39-
- `-replace`, `-ireplace`, `-creplace` - replaces strings matching a regex
40-
pattern
39+
- `-replace`, `-ireplace`, `-creplace` - finds and replaces strings matching a
40+
regex pattern
4141

4242
**Containment**
4343

0 commit comments

Comments
 (0)