diff --git a/jquery.tablesorter.js b/jquery.tablesorter.js index c5eabf0..3b7e750 100644 --- a/jquery.tablesorter.js +++ b/jquery.tablesorter.js @@ -909,7 +909,7 @@ is: function (s) { return /^[£$€?.]/.test(s); }, format: function (s) { - return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€]/g), "")); + return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€,]/g), "")); }, type: "numeric" });