text_acrostic
Detect hidden acrostic messages in text by analyzing first or last letters, words, or nth characters across lines.
Instructions
Detect first-letter, first-word, last-letter, last-word, or nth-character patterns (acrostic messages) hidden across lines of text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Position for nth_char mode | |
| mode | No | Detection mode (default: first_letter) | |
| text | Yes | Text to analyze |