PowerShell - Regular Expressions
What is the output of this PowerShell code?
$text = 'abc123'
if ($text -match 123) { 'Match' }$text = 'abc123'
if ($text -match 123) { 'Match' }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions