Search

Showing 7 of 1,975 result(s)

/blog/2017/11/27/laravel-55-string-helper-function-camel_case#content-camelcasevalue

The camel_case function is a shortcut to calling Str::camel . This function is declared in the global namespace.

/blog/2017/11/27/laravel-55-string-helper-function-studly#content-global-studlycase-helper-function

The studly_case function is a shortcut to calling Str::studly . This function is declared in the global namespace.

/blog/2017/12/06/laravel-5-string-helpers-generating-random-strings#content-global-strrandom-helper-function

The str_random function is a shortcut to calling Str::random . This function is declared in the global namespace.

/blog/2017/12/06/laravel-5-string-helpers-getting-the-singular-form-of-a-string-value#content-global-strsingular-helper-function

The str_singular function is a shortcut to calling Str::singular . This function is declared in the global namespace.