text_whitespace_extract
Extract hidden messages from text by reading trailing whitespace, decoding spaces as 0 and tabs as 1.
Instructions
Extract a whitespace-encoded message from text. Reads trailing whitespace from each line and decodes space=0/tab=1 binary encoding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text with whitespace encoding |