String Object |
Top Previous Next |
The String Object in Javascript
String Constructors
var a = "This is a string"; var b = new String("This is another string");
String Methods and Properties
|
String Object |
Top Previous Next |
The String Object in Javascript
String Constructors
var a = "This is a string"; var b = new String("This is another string");
String Methods and Properties
|