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')
-HEX_UNICODE_CODE_PADDED_6
Generated using TypeDoc
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')