parse-reply
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -11,3 +11,3 @@ { | ||
"maintainers": [{"name": "Like FallingLeaves", "email": "likefallingleaves@gmail.com"}], | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"repository": { "type": "git", "url": "git://github.com/like-falling-leaves/parse-reply.git" }, | ||
@@ -14,0 +14,0 @@ "readmeFilename": "README.md", |
module.exports = parseReplyPlainText; | ||
var emailRE = "[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"; | ||
var simpleEmailRE = "\S+@\S+"; | ||
var simpleEmailRE = "\\S+@\\S+"; | ||
module.exports.emailRE = emailRE; | ||
module.exports.simpleEmailRE = simpleEmailRE; | ||
module.exports.simpleEmailRE = "\\S+@\\S+"; | ||
@@ -8,0 +8,0 @@ var froms = ['from']; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package