Function stringCamelCaseToSnakeCase

  • Converts the given camel case formatted string into a snake case format.

    Parameters

    • text: string

      The string to convert.

    Returns string

    the converted string result.

Generated using TypeDoc