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
The built in string object.
Create a ROT13-encoded version of the string. Added by the foo
package.
var greeting = new String('hello world');
console.log( greeting.rot13() ); // uryyb jbeyq