PowerShell - Regular Expressions
What will be the output of this PowerShell command?
$text = 'hello123';
$text -match '^hello\d{3}$'
$text = 'hello123';
$text -match '^hello\d{3}$'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions