Syntax: Strings in PowerShell. • ID: #34 Code $s="lesson-23" Write-Host $s.ToUpper() Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →