Sergio Loza

Results 1 comments of Sergio Loza

@BramCoding when calling the function `$censor->censorString($terms);` there's a second parameter by default is false, set it to true to use fullWords: ```PHP $censor->censorString($terms, true); ```