Skip to content

Instantly share code, notes, and snippets.

@barsbek
Created June 5, 2018 09:24
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 barsbek/8ef1d7a89c7cf6979009dbf290bd240c to your computer and use it in GitHub Desktop.
Save barsbek/8ef1d7a89c7cf6979009dbf290bd240c to your computer and use it in GitHub Desktop.
# regexp
# to create non-capturing group use:
(?:)
# (?:b) matches b without capturing it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment