Skip to content

Instantly share code, notes, and snippets.

@Zenahr
Last active March 30, 2021 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zenahr/20e3a9975cc47af1f116e1fe1b5f8c17 to your computer and use it in GitHub Desktop.
Save Zenahr/20e3a9975cc47af1f116e1fe1b5f8c17 to your computer and use it in GitHub Desktop.
my personal regex list
\((.*?)\) // Removes stuff inside () and () themselves. So --> (~) =>
\[(.*?)\] // Removes stuff inside [] and [] themselves. So --> [~] =>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment