Str_limit Not Working in Laravel

In Laravel 6 str_limit() and this related string & array function are not found.
So, the solution I found that you just use this class for string,

Illuminate\Support\Str

and, use this class for array

Illuminate\Support\Arr

Or you can add new laravel\helper

composer require laravel/helpers