Answers for "php check multiple substring in string"

PHP
3

php find multiple strings in string

if(preg_match('(bad|naughty)', $data) === 1) { }
Posted by: Guest on April-03-2020

Code answers related to "php check multiple substring in string"

Browse Popular Code Answers by Language