We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91e873 commit 66a7651Copy full SHA for 66a7651
1 file changed
index.ts
@@ -1343,7 +1343,7 @@ export function detectCategory(
1343
return "decision";
1344
}
1345
if (
1346
- /\+\d{10,}|@[\w.-]+\.\w+|is called|jmenuje se|我的\S+是|叫我|稱呼|称呼|heiße|heißt|mein name/i.test(
+ /\+\d{10,}|@[\w.-]+\.\w+|is called|jmenuje se|我的\S+是|叫我|稱呼|称呼|heiße|heißt|mein name/iu.test(
1347
lower,
1348
)
1349
) {
0 commit comments