Solar_Inflect::underToStudly()

public string Solar_Inflect::underToStudly ( string $str )

Returns "foo_bar_baz" as "FooBarBaz".

Parameters

  • (string) $str: The underscore word.

Returns

  • (string) The word in studly-caps.

Description

Returns "foo_bar_baz" as "FooBarBaz".



Local