Skip to content

Instantly share code, notes, and snippets.

@markknol
Created May 27, 2016 08:52
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 markknol/d86d7ae0f48c416197cba8aa534005e1 to your computer and use it in GitHub Desktop.
Save markknol/d86d7ae0f48c416197cba8aa534005e1 to your computer and use it in GitHub Desktop.
Regexps

replace (#123489) to github link

// find:
\((#)(.+?)\)

//replace:
\([$1$2]\(https://github.com/HaxeFoundation/haxe/issues/$2\)\)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment