fuzzyset.js
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -53,3 +53,3 @@ (function() { | ||
}; | ||
var _nonWordRe = /[^a-zA-Z0-9\u00C0-\u00FF, ]+/; | ||
var _nonWordRe = /[^a-zA-Z0-9\u00C0-\u00FF, ]+/g; | ||
@@ -56,0 +56,0 @@ var _iterateGrams = function(value, gramSize) { |
{ | ||
"name":"fuzzyset.js", | ||
"description":"A fuzzy string set for JavaScript", | ||
"version":"0.0.4", | ||
"version":"0.0.5", | ||
"homepage":"http://Glench.github.com/fuzzyset.js", | ||
@@ -6,0 +6,0 @@ "repository":"git://github.com/Glench/fuzzyset.js.git", |
Sorry, the diff of this file is not supported yet
15188
139
5