PowerShell - String Operations
Identify the error in this PowerShell snippet:
$text = "Hello World" $part = $text.SubString(6, 5) Write-Output $part
$text = "Hello World" $part = $text.SubString(6, 5) Write-Output $part
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions