String

String

no package

Available on all platforms

The basic String class.

A Haxe String is immutable, it is not possible to modify individual characters. No method of this class changes the state of this String.

Strings can be constructed using the String literal syntax "string value".

String can be concatenated by using the + operator. If an operand is not a String, it is passed through Std.string() first.

See:

Constructor

new (string:登录查看完整内容