Laravel String Helper Functions
…dified copy of the string will be returned from the function (unless stated otherwise). 1 use Illuminate \ Support \ Str ; 2 3 $ firstString = ' my words ' ; 4 5 // Returns `MyWords` 6 Str :: studly ( $ firstString ) ; 7 8 // Displays 'my words'...