Skip to content

Instantly share code, notes, and snippets.

@Daomephsta
Last active October 31, 2016 03:35
Show Gist options
  • Save Daomephsta/91ca129918c835d07b601fe3576b345a to your computer and use it in GitHub Desktop.
Save Daomephsta/91ca129918c835d07b601fe3576b345a to your computer and use it in GitHub Desktop.
A collection of regexes to aid in updating mods.
Notepad++ REQUIRED
Purpose: Items/Blocks/Material.lowercase to Items/Blocks/Material.UPPERCASE
Notes: Match case MUST be checked
Find: (\W)(Items|Blocks|Material).([a-z_]+)
Replace: $1$2.\U$3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment