|Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles Qt Script for Applications

[Prev: RegExp] [Home] [Next: Color]

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.

Strings can be created and concatenated as follows.

    var text = "this is a";
    var another = new String( "text" );
    var concat = text + " " + another;  // concat == "this is a text"
String Properties
Static String Functions
String Functions

[Prev: RegExp] [Home] [Next: Color]


Copyright © 2001-2006 TrolltechTrademarks
QSA version 1.1.5