Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Match and iMatch

$
0
0

Hello

Why do we have (I am using PowerShell v5) Match and iMatch if both of the following return True

 

"Fred" -Match "fred"
"Fred" -iMatch "fred"

 

Thanks

AAnotherUser

 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles