Skip to content

Instantly share code, notes, and snippets.

@elliotaplant
Last active August 14, 2020 16:16
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 elliotaplant/f292e35044542d18d404872965a3f4e5 to your computer and use it in GitHub Desktop.
Save elliotaplant/f292e35044542d18d404872965a3f4e5 to your computer and use it in GitHub Desktop.
// Regex to match an ethereum address or transaction:
0x[a-fA-F0-9]{40,64}
// I put this in a gist because medium uses character codes
// that iTerm2 doesn't recognize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment