Skip to content

PowerRename: Convert case / uppercase, lowercase, etc. #9755

@ned-martin

Description

@ned-martin

📝 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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Idea-EnhancementNew feature or request on an existing productProduct-PowerRenameRefers to the PowerRename PowerToy

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions