-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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: Inverting characters case #1307
Comments
For example : |
Not a single operation but here's a recipe that will do the same.
|
Nice recipe. Thanks. |
ooh, can be done slightly better by forking each character: |
This has been added in 10.1.0 here: #1499 |
awesome :) |
Hello,
Some obfuscation techniques used by malicious code consist of inverting the case of characters after passing them to base64 or other encoding scheme: (Upper --> Lower and Lower --> Upper)
It would be nice to have a Operation : Inverting characters case
Also, this could be used by the Magic Operation.
Thanks.
The text was updated successfully, but these errors were encountered: