-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Open
Labels
Idea-EnhancementNew feature or request on an existing productNew feature or request on an existing productProduct-PowerRenameRefers to the PowerRename PowerToyRefers to the PowerRename PowerToy
Description
📝 PowerRename: Convert case / uppercase, lowercase, etc.
Add ability to convert case to uppercase/lowercase, etc.
The simplest solution I feel would be to use regex-style matching, with some special syntax to indicate case conversion:
For example:
Match: (.*) is a (.*)
Replace: $lowercase($1) is a $uppercase($2)
Match: "THIS is a test."
Result: "this is a TEST"
osirisgothra, pixlpirate, drfuzzyness, AaronBallagh, orbit-loona and 2 morepigreco and WhippetsAintDogs
Metadata
Metadata
Assignees
Labels
Idea-EnhancementNew feature or request on an existing productNew feature or request on an existing productProduct-PowerRenameRefers to the PowerRename PowerToyRefers to the PowerRename PowerToy