Answers for "laravel helper function for check string is exist in another string"

PHP
1

laravel helper function for check string is exist in another string

use IlluminateSupportStr;

$contains = Str::contains('This is my name', 'my');
Posted by: Guest on January-08-2022

Code answers related to "laravel helper function for check string is exist in another string"

Browse Popular Code Answers by Language