PowerShell - String Operations
What does the
-match operator do in PowerShell?-match operator do in PowerShell?-match-match operator is used to test if a string matches a regular expression pattern.-replace, splitting uses -split, and uppercase conversion uses ToUpper(). These are different from -match.-match = pattern check [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions