Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Strings/Inflector/inflectToCamelCase

Index

Functions

Functions

inflectToCamelCase

  • inflectToCamelCase(string: string, intelligentSplitting?: boolean): string
  • Converts a "Given string" to "GivenString" or "another.String-you wouldWant" to "AnotherStringYouWouldWant".

    Parameters

    • string: string

      The string to inflect

    • Optional intelligentSplitting: boolean

      Uses intelligent splitting for edge cases if set to true. @see inflectToArray() for details.

    Returns string

Generated using TypeDoc