Function clean

  • Remove unicode bidirectional characters and leading/trailing \ss from a string.

    Parameters

    • str: string

      Input string.

    • trim: boolean = true

      Whether to trim str, defaulted to true.

    Returns string

Generated using TypeDoc