PowerShell - String Operations
You have a string
$data = " red; green ; light blue ; yellow ". How do you split it into an array of clean (trimmed) color names using PowerShell?