Skip to content

Instantly share code, notes, and snippets.

@tim-bec
Created June 4, 2013 19:01
Show Gist options
  • Save tim-bec/5708535 to your computer and use it in GitHub Desktop.
Save tim-bec/5708535 to your computer and use it in GitHub Desktop.
RegEx Key and replacement for redmine + sourcetree issue link
Regex Pattern:
(\#)+((?:[0-9]*)?)
Replace With:
<a href="https://redmine.company.com/issues/$2">$1$2</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment