/ Published in: PHP
Remove specific words from a string
Expand |
Embed | Plain Text
function stripCp($string ) { foreach($wordlist as $word) { } return $string; }
You need to login to post a comment.
Remove specific words from a string
function stripCp($string ) { foreach($wordlist as $word) { } return $string; }
You need to login to post a comment.