Skip to content

Commit

Permalink
Dev: Test regex with negative lookbehind
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Apr 9, 2024
1 parent 9ea1b00 commit 0a08cc1
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 0a08cc1

Please sign in to comment.