Global Helpers
humanize()
Signature
Section titled “Signature”humanize() — returns string
Available in: controller, model, mapper, migrator, migration, tabledefinition
Category: String Functions
Description
Section titled “Description”Returns readable text by capitalizing and converting camel casing to multiple words.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | yes | — | Text to humanize. |
except | string | no | — | A list of strings (space separated) to replace within the output. |