Functionsยง
- camelize
- capitalize
- ttransform the first char to upper case (only the first word), other noop
- classify
- transform string to class style
- humanize
- pad_end
- pad_
start - sentence
- transform the firt char to upper (only the first word) , other lower
- slugify
- swap_
case - titleize
- transform the firt char to upper(for each word), other lower
- underscoped