Skip to content

Instantly share code, notes, and snippets.

@dmalikov
Created February 27, 2014 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmalikov/9247738 to your computer and use it in GitHub Desktop.
Save dmalikov/9247738 to your computer and use it in GitHub Desktop.
powershell wut
PS > "m" -contains "m"
True
PS > "a b m" -contains "m"
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment