JS: Restore line lost in merge

'Accept incoming changes' in vscode somehow deleted this line.
This commit is contained in:
Asger F
2025-03-11 13:19:29 +01:00
parent e8c5e4d006
commit 6499e5458b

View File

@@ -9,5 +9,6 @@
/[\x0a\x0a]/; // $ Alert
/[\u000a\n]/; // $ Alert
/[\u{ff}]/;
/[\u{12340}-\u{12345}]/u;
new RegExp("[\u{12340}-\u{12345}]", "u");
const regex = /\b(?:https?:\/\/|mailto:|www\.)(?:[\S--[\p{P}<>]]|\/|[\S--[\[\]]]+[\S--[\p{P}<>]])+|\b[\S--[@\p{Ps}\p{Pe}<>]]+@([\S--[\p{P}<>]]+(?:\.[\S--[\p{P}<>]]+)+)/gmv;