Skip to content

Instantly share code, notes, and snippets.

@robpataki
Last active May 21, 2017 18:30
Show Gist options
  • Save robpataki/3c868fe061bce493ceda7f91258d2948 to your computer and use it in GitHub Desktop.
Save robpataki/3c868fe061bce493ceda7f91258d2948 to your computer and use it in GitHub Desktop.
Notes for the NameChanger app for Mac

Notes for NameChanger App for Mac

Regular Expressions

Insert a '-' after the track number

  • Example: change - 01 Blah to - 01 - Blah
  • Original Text field: ( - [0-9][0-9] )
  • New Text field: $1-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment