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
Expand Up @@ -82,7 +82,7 @@ characters).

### Numbers

The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
character except decimal digits.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ characters).

### Numbers

The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
character except decimal digits.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ characters).

### Numbers

The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
character except decimal digits.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ characters).

### Numbers

The `\d` character class matchs any decimal digit. Conversely, `\D` matches any
The `\d` character class matches any decimal digit. Conversely, `\D` matches any
character except decimal digits.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Write-Host "$test $tester $($test)ter"
Write-Host "{0} {1} {0}ter" -f $test, $tester
```

I personally use format string for this, but this is good to know incase you see it in the wild.
I personally use format string for this, but this is good to know in case you see it in the wild.

## Find and replace tokens

Expand Down
4 changes: 2 additions & 2 deletions reference/docs-conceptual/whats-new/module-compatibility.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: This article lists the compatibility status of modules published for other Microsoft products with PowerShell 7.
ms.date: 06/28/2023
ms.date: 08/06/2025
title: PowerShell 7 module compatibility
---
# PowerShell 7 module compatibility
Expand Down Expand Up @@ -70,7 +70,7 @@ Browser, you can find documentation for other PowerShell modules to determine th
version requirements.

<!-- link references -->
[01]: /graph/powershell/installation#supported-powershell-versions
[01]: /powershell/microsoftgraph/overview#microsoft-graph-powershell-features--benefits
[02]: /powershell/azure/new-azureps-module-az
[03]: /powershell/exchange/exchange-online-powershell-v2
[04]: /powershell/module
Expand Down
Loading