PowerShell - Regular Expressions
What will this PowerShell command output?
$text = 'hello world'; $text -replace '\\bworld\\b', 'PowerShell'
$text = 'hello world'; $text -replace '\\bworld\\b', 'PowerShell'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions