Skip to main content

inflector

inflector provides naming and casing helpers used by the stdlib.

At the language level, most users will use the string methods:

  • snakeCase()
  • camelCase()
  • pascalCase()