Rotate a string 13 characters
This extension rotates all alphabetic characters in a string by 13 characters.
Authors and contributors to this experimental extension: Silver-Streak.
Warning
This is an extension made by a community member and it only got through a light review by the GDevelop extension team. As such, we can't guarantee it meets all the quality standards of fully reviewed extensions.
By passing a string to this expression, you can go from: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
to
"NOPQRSTUVWXYZABCDEFGHIJKLMnopqrstuvwxyzabcdefghijklm"
This can be used for basic secrets, passwords, or very insecure encryption of data.
Tip
Learn how to install new extensions by following a step-by-step guide.
Expressions
Expression | Description | |
---|---|---|
Rotate13::rot13(string) |
Rotate String PARAM1 13 Characters. | |
string | String to Rotate |
This page is an auto-generated reference page about the Rotate a string 13 characters extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.