Skip to content

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.

Warning

This is an extension made by a community member — but not reviewed by the GDevelop extension team. As such, we can't guarantee it meets all the quality standards of official extensions. In case of doubt, contact the author to know more about what the extension does or inspect its content before using it.


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.