Pinned Loading
-
snake
snake 1function camelize($uncamelized_words,$separator='_')
2{
3$uncamelized_words = $separator. str_replace($separator, " ", strtolower($uncamelized_words));
4return ltrim(str_replace(" ", "", ucwords($uncamelized_words)), $separator );
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.