PowerShell - Regular Expressions
You want to use the
-match operator to check if a string contains either "apple" or "banana". Which regex pattern should you use?