Skip to content

Commit ae32b10

Browse files
committed
Fixes 11605 - Corrected invalid regex
1 parent e0d7136 commit ae32b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ True
449449
`-Match` uses a regular expression to perform the matching.
450450

451451
```powershell
452-
'PowerShell' -match '^*.shell$'
452+
'PowerShell' -match '^.*shell$'
453453
```
454454

455455
```Output

0 commit comments

Comments
 (0)