All Downloads are FREE. Search and download functionalities are using the official Maven repository.

unicode-escape.js.test1.js Maven / Gradle / Ivy

The newest version!
var stringEscapes = {
  '\\' : '\\',
  "'" : "'",
  '\n' : 'n',
  '\r' : 'r',
  '\t' : 't',
  '\u2028' : 'u2028',
  '\u2029' : 'u2029'
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy