We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5e75 commit ef3ff56Copy full SHA for ef3ff56
bin/ctf-party
@@ -25,6 +25,7 @@ cmd_whitelist = {
25
hex2str: 'Alias for from_hex',
26
htmlescape: 'HTML escape the string',
27
htmlunescape: 'HTML unescape the string',
28
+ istrip: 'Remove leading and trailing whitespace but also all inner whitespace',
29
leet: 'Transform into leet speak (l337 5p34k)',
30
md5: 'Calculate the md5 hash of the string',
31
randomcase: 'Change the case of characters randomly',
0 commit comments