Skip to content

Instantly share code, notes, and snippets.

@VladRez
Last active April 23, 2019 18:57
Show Gist options
  • Save VladRez/ccc0d10e5c51d000f7e5a6c5fc1040c9 to your computer and use it in GitHub Desktop.
Save VladRez/ccc0d10e5c51d000f7e5a6c5fc1040c9 to your computer and use it in GitHub Desktop.
pattern description
(?=subexp) look-ahead
(?!subexp) negative look-ahead
(?<=subexp) look-behind
(?<!subexp) negative look-behind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment