Skip to content

Instantly share code, notes, and snippets.

@Masynchin
Last active July 30, 2022 23:59
Show Gist options
  • Save Masynchin/c5bdf3119ca749fd9d7749bde8554b0f to your computer and use it in GitHub Desktop.
Save Masynchin/c5bdf3119ca749fd9d7749bde8554b0f to your computer and use it in GitHub Desktop.
Regexp not in ripgrep. In the example we search all `new RqHeaders.Smart(` which not followed by `req`
rg 'new RqHeaders.Smart\((?!req)' --pcre2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment