Skip to content

camelize

camelize(string) → string · String

Alias for camelCase(). Convert a string to camelCase. Prefer camelCase().

  • string (required): the string to convert
utlx
camelize("my_field_name")       // "myFieldName"

Released under AGPL-3.0.