Example Use | Laravel 5.5 String Helper Method: kebab
…sing the '-' as the delimiter. The following example 11 // would produce the same output as the kebab method: 12 echo Str :: snake ( ' MYWORDS ' , ' - ' ) ; 13 14 // this_is_-pretty-cool 15 echo Str :: kebab ( ' this_is_PrettyCool ' ) ; The kebab...