You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matcher.getAllMatches('nigger') results in an array of length 2, when it should only be 1. This causes the resulting censored string to be n*********r, when it should be n****r.
Expected behavior
Actual behavior
matcher.getAllMatches('nigger')
results in an array of length2
, when it should only be1
. This causes the resulting censored string to ben*********r
, when it should ben****r
.Minimal reproducible example
Steps to reproduce
Additional context
No response
Node.js version
N/A
Obscenity version
v0.1.4
Priority
Terms
The text was updated successfully, but these errors were encountered: