External: String

String

The built in string object.

Source:
See:

Methods

rot13()

Create a ROT13-encoded version of the string. Added by the foo package.

Source:
Example
var greeting = new String('hello world');
console.log( greeting.rot13() ); // uryyb jbeyq

Table of contents