Text manipulation Reference
Provides expressions to manipulate strings (also called texts).
Expressions
Expression | Description | |
---|---|---|
FromCodePoint() |
Get character from code point | |
NewLine() |
Insert a new line | |
StrAt() |
Get a character from a text | |
StrFind() |
Search in a text (return the position of the result or -1 if not found) | |
StrFindFrom() |
Search in a text, starting from a position (return the position of the result or -1 if not found) | |
StrFindLast() |
Search the last occurrence in a string (return the position of the result, from the beginning of the string, or -1 if not found) | |
StrFindLastFrom() |
Search in a text the last occurrence, starting from a position (return the position of the result, from the beginning of the string, or -1 if not found) | |
StrLength() |
Length of a text | |
StrRepeat() |
Repeat a text | |
SubStr() |
Get a portion of a text | |
ToLowerCase() |
Lowercase a text | |
ToUpperCase() |
Uppercase a text |
This page is an auto-generated reference page about the Text manipulation feature of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop features here.