Hi. for example we have string like this:
$value = '<p><span style="color: rgb(246,139,106);">Lauren J.</span>, Hi</p>';
In this case 139 will be replaced as *** because:
Profanity::blocker(trim($value))->badWords() detects the bad word:
Array
(
[2261] => Array
(
[language] => zh
[word] => 13.
)
)
Is it possible to fix? as '139' != '13.'
Hi. for example we have string like this:
$value = '<p><span style="color: rgb(246,139,106);">Lauren J.</span>, Hi</p>';In this case 139 will be replaced as *** because:
Profanity::blocker(trim($value))->badWords() detects the bad word:
Is it possible to fix? as '139' != '13.'