PowerShell - String Operations
Identify the error in this code:
$text = 'abc123'
if ($text -match '\d+') { $match[0] }$text = 'abc123'
if ($text -match '\d+') { $match[0] }$Matches, not $match.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions