Function extractFromStringId

  • Extracts an array of strings from a given string ID by splitting it at each '|' character.

    Parameters

    • stringId: string

      The string ID to be split.

    Returns string[]

    An array of strings obtained by splitting the input string ID.