Skip to content

[Feature request] Switching to uppercase / lowercase #1

Description

@printly

Is it possible to change a case of а character?
for example, it's possible to do it as described here, but I can't achieve this in your plugin.

e.g. if I want to modify
test sentence -> Test sentence
in sublime text editor I can do it this way:

Find what:
\b(\w)()
Replace with:
\U$1

But this trick doesn't seem to be worked in your plugin...

it rename layer test sentence
to \Utest sentence
instead of making first letter uppercase

Thank you in advance!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions