Skip to content

Instantly share code, notes, and snippets.

@jeffmcneill
Last active November 16, 2024 03:21
Show Gist options
  • Save jeffmcneill/b29e443fe75e1664437b878a2449aeeb to your computer and use it in GitHub Desktop.
Save jeffmcneill/b29e443fe75e1664437b878a2449aeeb to your computer and use it in GitHub Desktop.
regex
// remove square brackets and 8 of any characters in between (good for torrents)
\Q[\E.{8}\Q]\E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment