Skip to content

Commit

Permalink
Dev: Regex without lazy quanitier (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard authored Apr 9, 2024
1 parent 0a08cc1 commit 1a70d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/dataTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@

var _re_dic = {};
var _re_new_lines = /[\r\n\u2028]/g;
var _re_html = /<.*?(?<!<)>/g;
var _re_html = /<[^>]*>/g;

// This is not strict ISO8601 - Date.parse() is quite lax, although
// implementations differ between browsers.
Expand Down

0 comments on commit 1a70d08

Please sign in to comment.