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 79d242d commit eb2427bCopy full SHA for eb2427b
badword.js
@@ -54,7 +54,7 @@ function escapeRegExp(strings){
54
data[index] = data[index].replace(/[.*+?^${}()|[\]\\]/g, '\\$&').
55
replace(/[a4]/g, "[a4]").replace(/[s5]/g, "[s5]").replace("i", "[i1]").
56
replace("l", "[l1]").replace(/[o0]/g, "[o0]").replace(/[e3]/g, "[e3]").
57
- replace(/[b8]/g, "[b8]");
+ replace(/[b8]/g, "[b8]").replace(/[kx]/g, "[kx]");
58
};
59
}
60
data = new RegExp(data.join("|"));
0 commit comments