PowerShell - String Operations
Identify the error in this PowerShell code:
$text = "Hello" $result = $text.SubString(1,3) Write-Output $result
$text = "Hello" $result = $text.SubString(1,3) Write-Output $result
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions