• For each character in the string that is not one of the safe characters [a-zA-Z0-9], it will replace them with -HEX_UNICODE_CODE_PADDED_6 (e.g. ' ' => '-000020')

    Parameters

    • original: string

    Returns string

Generated using TypeDoc