Skip to content

Instantly share code, notes, and snippets.

@markknol
Created May 27, 2016 08:52
Show Gist options
  • 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