indent_text
Indents each line of text by a set number of spaces or a custom character, configurable via count and char parameters.
Instructions
Indent each line of text by specified count of a character.
Parameters:
text — Text to indent.
count — Number of indent characters (default: 2).
char — Character to indent with (default: space).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| count | No | ||
| char | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |