Showing 7 of 1,216 result(s)
Combine this method with slug to create interesting results:
The str_finish function is a shortcut to calling Str::finish . This function is declared in the global namespace.
The signature of the snake method is:
Here are a few examples with the result above the function call in comments: The kebab helper method is simply a wrapper around the snake helper method. Calling kebab($value) is equivalent to calling snake($value, '-') .
The kebab_case function is a shortcut to calling Str::kebab . This function is declared in the global namespace.
The signature of the snake method is:
Here are a few examples with the result above the function call in comments: