0.2.0 • Published 8 years ago

backslash v0.2.0

Weekly downloads
62,760
License
-
Repository
github
Last release
8 years ago

Backslash Travis-CI.org Build Status Coveralls.io Coverage Rating

Parse collected strings with escapes.

Example

var backslash = require('backslash');

var s = backslash("\\\\\\tHello!\\nThis was escaped.");
/*
\	Hello!
This was escaped.
*/

License

Licensed under the MIT license.