Answers for "if string has multiple substring php"

PHP
3

php find multiple strings in string

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

Browse Popular Code Answers by Language