How to use profanities - 1 common examples

To help you get started, we’ve selected a few profanities examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mattgodbolt / compiler-explorer / lib / storage / storage.js View on Github external
static isCleanText(text) {
        return !profanities.some(badWord => text.includes(badWord));
    }

profanities

List of (possible) profane words

MIT
Latest version published 1 year ago

Package Health Score

49 / 100
Full package analysis

Popular profanities functions