Skip to content

Instantly share code, notes, and snippets.

@steviecoaster
Created December 2, 2024 18:08
Show Gist options
  • Save steviecoaster/d9dfee62bb8dc24cb3f166dd29d8d750 to your computer and use it in GitHub Desktop.
Save steviecoaster/d9dfee62bb8dc24cb3f166dd29d8d750 to your computer and use it in GitHub Desktop.
Evaluate breed in a collection
$breeds = @('Labrador','Poodle','St. Bernard','Husky')
'mut' -in $breeds # false
'Poodle' -in $breeds #true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment