Showing 10 of 1,278 results.

Example Use | Laravel 5.5 String Helper Method: finish

1 use Illuminate \ Support \ Str ; 2 3 // /home/path/ 4 echo Str :: finish ( ' /home/path ' , ' / ' ) ; 5 6 // /home/path/ 7 echo Str :: finish ( ' /home/path/ ' , ' / ' ) ; 8 9 // Sentences should end with a period, or full stop. 10 echo Str ::...

Filter Search