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