PowerShell - Regular Expressions
Identify the error in this PowerShell regex usage:
$text = 'abc123'; if ($text -match '\d++') { 'Match' }$text = 'abc123'; if ($text -match '\d++') { 'Match' }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions