Skip to content

Instantly share code, notes, and snippets.

@pandiculator
Created October 27, 2017 17:13
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 pandiculator/3158cb3635363dd4f1ed99c17c4662b0 to your computer and use it in GitHub Desktop.
Save pandiculator/3158cb3635363dd4f1ed99c17c4662b0 to your computer and use it in GitHub Desktop.
$myString = 'Hint: abcdefghijklmnopqrstuvwxyz'
$myString -match 'Hint: (?<hint>.{0,20})'
$matches.hint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment