Method | Result | |
---|---|---|
pluralize | => | the purple cows |
singularize | => | the purple cow |
camelize | => | ThePurpleCow |
underscore | => | the purple cow |
dasherize | => | the purple cow |
humanize | => | The Purple Cow |
tableize | => | the purple cows |
classify | => | ThePurpleCow |
variable | => | thePurpleCow |
Running on CakePHP 3.5.10