59c9d3180e
Was noticing false positives with our test room names like: `planet-1688081266353-room-18` Before: ```regex /(\b|_)18+(\b|_)/i ``` After: ```regex /(\b|_|-|\s|^)18\+(\b|_|-|\s|$)/i ``` |
||
---|---|---|
.. | ||
check-text-for-nsfw-tests.js | ||
timestamp-utilties-tests.js |