Skip to content

Commit

Permalink
Merge pull request #11617 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
12/30/2024 PM Publish
  • Loading branch information
PhilKang0704 authored Dec 30, 2024
2 parents 4389bd3 + ee7f74d commit f9a64f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ True
`-Match` uses a regular expression to perform the matching.

```powershell
'PowerShell' -match '^*.shell$'
'PowerShell' -match '^.*shell$'
```

```Output
Expand Down

0 comments on commit f9a64f8

Please sign in to comment.