String
Use the String tab to enter and modify strings in an expression. String is a friendly data type corresponding to the fully qualified java.lang.String class name.
This topic includes the following:
-
About the String Class
-
Java String Specification on the Web
-
Example Simple Expression Using a String
-
String Variables
-
String Constructors, Methods, and Attributes
-
String tab Syntax Buttons
-
String Literals
-
Escape Sequences for Character and String Literals
-
An Array of Characters is Not a String
See also:
-
String Concatenation Operator +
-
String Conversions
-
String Parsing