Skip to content

Releases: InkyzProd/toksik

24 Nov 2023

24 Nov 06:52
b534e84
Compare
Choose a tag to compare

• adding censor function
• adding filter function
• adding analyze function

usage is on readme.md

24 Nov 2023

23 Nov 17:59
3a43a51
Compare
Choose a tag to compare

Added first function isToxic

Usage
console.log(isToxic('Halo, apakah nama kamu babi?')); // return true
console.log(isToxic('Halo, apakah nama kamu sukijar?')); // return false

fungsi yang tersedia

function description
isToxic This will return true if the text contains dirty words, if the text does not contain dirty words it will return false

Terima kasih!