Created
August 7, 2024 14:49
-
-
Save lopes/428b43ee97dc589da85b16e62dccb051 to your computer and use it in GitHub Desktop.
Regex snippets. #regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# will match everything but lines wit `substring` | |
/^(?!substring).*$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment