Blacklist words in PHP Array

The following code can be used to not display php array results that contain certain “blacklisted” words.

$a = array("orange", "purple", "red", "blue");
$clean = Array();
$blacklist = '/(oranges|red)/';
foreach($a as $b) {
	if(!preg_match($blacklist, $b)) {
		$clean[] = $b;
	}
}
Free Graphics, Icons, Tutorials
Free Graphics Free Christmas Vector Icon Graphics Pack 2017Free Fitness Vector Icons Graphics PackFree Camping Vector Graphics PackFree Summer Graphics PackFree File Icon PackFree Fast Food Vector Graphics
Sharing is caring...
Like & Follow
Share the love, share this page! Facebook Twitter Digg Reddit LinkedIn Pinterest Email
Close [X]
The Web Taylor
1000 Lakeside North Harbour Portsmouth, Hampshire PO6 3EN
02392 123358