Converts an underscored, camelized, or dasherized string into a humanized one. Also removes beginning and ending whitespace
humanize(' capitalize dash-CamelCase_underscore trim ');// 'Capitalize dash camel case underscore trim'
Generated using TypeDoc
Converts an underscored, camelized, or dasherized string into a humanized one. Also removes beginning and ending whitespace
Example