t:none | Clear transformation chain |
t:lowercase | Convert to lowercase |
t:uppercase | Convert to uppercase |
t:urlDecode | URL decode |
t:urlDecodeUni | Unicode URL decode |
t:urlEncode | URL encode |
t:base64Decode | Base64 decode |
t:base64DecodeExt | Extended Base64 decode |
t:base64Encode | Base64 encode |
t:cmdline | Command line argument normalization |
t:hexDecode | Hexadecimal decode |
t:hexEncode | Hexadecimal encode |
t:htmlEntityDecode | HTML entity decode |
t:jsDecode | JavaScript decode |
t:cssDecode | CSS decode |
t:escapeSeqDecode | Escape sequence decode |
t:sqlHexDecode | SQL hexadecimal decode |
t:removeNulls | Remove null characters |
t:removeWhitespace | Remove whitespace |
t:compressWhitespace | Compress whitespace |
t:removeComments | Remove comments |
t:removeCommentsChar | Remove comment characters |
t:replaceComments | Replace comments with space |
t:replaceNulls | Replace null characters |
t:normalizePath | Normalize path |
t:normalisePath | Normalize path (British spelling) |
t:normalizePathWin | Normalize Windows path |
t:normalisePathWin | Normalize Windows path (British spelling) |
t:parityEven7bit | 7-bit even parity decode |
t:parityOdd7bit | 7-bit odd parity decode |
t:parityZero7bit | 7-bit zero parity decode |
t:utf8ToUnicode | UTF-8 to Unicode |
t:length | Get string length |
t:md5 | Calculate MD5 hash |
t:sha1 | Calculate SHA1 hash |
t:trim | Trim leading and trailing whitespace |
t:trimLeft | Trim leading whitespace |
t:trimRight | Trim trailing whitespace |