Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Strings/Inflector/inflectToCamelBack

Index

Functions

Functions

inflectToCamelBack

  • inflectToCamelBack(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