Transformation Functions

KeywordDescription
t:noneClear transformation chain
t:lowercaseConvert to lowercase
t:uppercaseConvert to uppercase
t:urlDecodeURL decode
t:urlDecodeUniUnicode URL decode
t:urlEncodeURL encode
t:base64DecodeBase64 decode
t:base64DecodeExtExtended Base64 decode
t:base64EncodeBase64 encode
t:cmdlineCommand line argument normalization
t:hexDecodeHexadecimal decode
t:hexEncodeHexadecimal encode
t:htmlEntityDecodeHTML entity decode
t:jsDecodeJavaScript decode
t:cssDecodeCSS decode
t:escapeSeqDecodeEscape sequence decode
t:sqlHexDecodeSQL hexadecimal decode
t:removeNullsRemove null characters
t:removeWhitespaceRemove whitespace
t:compressWhitespaceCompress whitespace
t:removeCommentsRemove comments
t:removeCommentsCharRemove comment characters
t:replaceCommentsReplace comments with space
t:replaceNullsReplace null characters
t:normalizePathNormalize path
t:normalisePathNormalize path (British spelling)
t:normalizePathWinNormalize Windows path
t:normalisePathWinNormalize Windows path (British spelling)
t:parityEven7bit7-bit even parity decode
t:parityOdd7bit7-bit odd parity decode
t:parityZero7bit7-bit zero parity decode
t:utf8ToUnicodeUTF-8 to Unicode
t:lengthGet string length
t:md5Calculate MD5 hash
t:sha1Calculate SHA1 hash
t:trimTrim leading and trailing whitespace
t:trimLeftTrim leading whitespace
t:trimRightTrim trailing whitespace