[Prev: Size] [Home] [Next: Built-in Objects]

String

A String is a sequence of zero or more Unicode characters. Qt Script's String class uses the Qt QString class's functions and syntax; see the Library Reference for details.

As the Library Reference is not yet complete, see the Qt/C++ documentation for the API of QString.

See also the + string operator and += string operator.

[Prev: Size] [Home] [Next: Built-in Objects]