Last updated:
0 purchases
ploverretrocase 0.1.2
################Plover Retro Case################Retroactively change the case of an already written wordUsage=====Retro Case-----------------------``{:retro_case:capPrev:capThis:deliminater?}``- **letter**: the letter or word to fingerspell- **capPrev**: whether to capitalise the previous word- **capThis**: whether to capitalise the current word- **delimiter** *(optional)*: the character or word to join stitched letters with, *defaults to ''*Examples^^^^^^^^- camelCase - camel case{:retro_case:false:true} → camelCase- PascalCase - pascal case{:retro_case:true:true} → PascalCase- snake_case - snake case{:retro_case:false:false:_} → snake_case
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.