Last active
November 16, 2024 03:21
-
-
Save jeffmcneill/b29e443fe75e1664437b878a2449aeeb to your computer and use it in GitHub Desktop.
regex
This file contains hidden or 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
// 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