La fonction Laravel Helper pour la chaîne de vérification existe dans une autre chaîne

use Illuminate\Support\Str;

$contains = Str::contains('This is my name', 'my');
Mohamad