Method | Result | |
---|---|---|
pluralize | => | the purple geese |
singularize | => | the purple goose |
camelize | => | ThePurpleGoose |
underscore | => | the purple goose |
dasherize | => | the purple goose |
humanize | => | The Purple Goose |
tableize | => | the purple geese |
classify | => | ThePurpleGoose |
variable | => | thePurpleGoose |
Running on CakePHP 3.5.10