Skip to content

Commit ef3ff56

Browse files
committed
add istrip to bin
1 parent 78a5e75 commit ef3ff56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ctf-party

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cmd_whitelist = {
2525
hex2str: 'Alias for from_hex',
2626
htmlescape: 'HTML escape the string',
2727
htmlunescape: 'HTML unescape the string',
28+
istrip: 'Remove leading and trailing whitespace but also all inner whitespace',
2829
leet: 'Transform into leet speak (l337 5p34k)',
2930
md5: 'Calculate the md5 hash of the string',
3031
randomcase: 'Change the case of characters randomly',

0 commit comments

Comments
 (0)