leonardpauli / layer-renamer

Find or rename multiple layers at once using RegEx and flags in Sketch
MIT License
51 stars 2 forks source link

Development #17

Open RenegadeFox opened 5 years ago

RenegadeFox commented 5 years ago

Submitting this pull request to add the case transformation method "Proper/Capitalized Case".

It will allow the user to change the string: "some proper title" Into this: "Some Proper Title"

Using this in the replace field: "\P$1" etc.