escape-vcard-property-value
v0.1.0
Published
Escape vCard property values.
Maintainers
Readme
escape-vcard-property-value
Escape vCard property values.
Install
$ npm install escape-vcard-property-valueUsage
var escapeVcardPropertyValue = require('escape-vcard-property-value');
escapeVcardPropertyValue(','); // > '\,'
escapeVcardPropertyValue(';'); // > '\;'
escapeVcardPropertyValue('\\'); // > '\\'
escapeVcardPropertyValue('\n'); // > '\\n'Testing
$ npm testLicense
The MIT License (Expat). See the license file for details.
