pokemon-rogue-battle
    Preparing search index...

    Function toUpperSnakeCase

    • Helper method to convert a string into UPPER_SNAKE_CASE.

      Parameters

      • str: string

        The string being converted

      Returns string

      The result of converting str into upper snake case.

      console.log(toUpperSnakeCase("apples bananas_oranGes-PearS")); // returns "APPLES_BANANAS_ORANGES_PEARS"