Rotate a string 13 characters
This extension rotates all alphabetic characters in a string by 13 characters.
Authors and contributors to this community extension: Silver-Streak.
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.
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.