Function escapeIdentifierPart

Escapes a part of an identifier by replacing certain characters and trimming whitespace.

  • Parameters

    • part: string

      The part of the identifier to escape.

    Returns string

    The escaped identifier part.