'String' Syntax and Note : String « Javascript Objects « JavaScript Reference

'String' Syntax and Note

Note:

Manipulate a string.
    
Syntax:
    
var stringName = new String('value') // value is any string
stringName.memberName

    

      
      








Related examples in the same category

1.'String' Example
2.'String' JavaScript Properties
3.'String' JavaScript Methods