PHP code example of roottusk / slangdetect

1. Go to this page and download the library: Download roottusk/slangdetect library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

roottusk / slangdetect example snippets




ContainsBadWord($String)          //Returns count of bad words

IsBadWord($String)                //Returns boolean

StripBadWords($String,$Char)      //Strips Bad words from the provided text with given character.

StripOneWord($String,$Word,$Char) //Strips all the occurences of the provided word in the given text with given character