Skip to content

Instantly share code, notes, and snippets.

@lopes
Created August 7, 2024 14:49
Show Gist options
  • Save lopes/428b43ee97dc589da85b16e62dccb051 to your computer and use it in GitHub Desktop.
Save lopes/428b43ee97dc589da85b16e62dccb051 to your computer and use it in GitHub Desktop.
Regex snippets. #regex
# 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