Skip to content

Instantly share code, notes, and snippets.

@h3nryza
Created July 17, 2018 17:41
Show Gist options
  • Select an option

  • Save h3nryza/1431a44e2e496c67b3fa10f4c9b5e8d4 to your computer and use it in GitHub Desktop.

Select an option

Save h3nryza/1431a44e2e496c67b3fa10f4c9b5e8d4 to your computer and use it in GitHub Desktop.
Regex with Powershell
$a="a,b,c,d,e,f,g"
([regex]::Matches($a, "<=,/" )).count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment