PowerShell - Operators
Why does the
-like operator not support character classes like [a-z] in PowerShell?-like operator not support character classes like [a-z] in PowerShell?-like operator uses simple wildcard patterns (* and ?), not regular expressions.-match, not -like.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions