Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Switching to uppercase / lowercase #3

Closed
printly opened this issue Apr 20, 2017 · 0 comments
Closed

[Feature request] Switching to uppercase / lowercase #3

printly opened this issue Apr 20, 2017 · 0 comments
Assignees
Labels

Comments

@printly
Copy link

printly commented Apr 20, 2017

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 renames
test sentence
to
\Utest sentence
instead of making first letter uppercase

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants