Jika string berisi kata tertentu dalam php

if (str_contains('How are you', 'are')) { 
    echo 'true';
}
nanaseous