We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c5e4d commit 6499e54Copy full SHA for 6499e54
javascript/ql/test/query-tests/RegExp/DuplicateCharacterInCharacterClass/tst.js
@@ -9,5 +9,6 @@
9
/[\x0a\x0a]/; // $ Alert
10
/[\u000a\n]/; // $ Alert
11
/[\u{ff}]/;
12
+/[\u{12340}-\u{12345}]/u;
13
new RegExp("[\u{12340}-\u{12345}]", "u");
14
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;
0 commit comments