indent_text
Indent each line of text by a specified number of characters, using a custom character if desired.
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 |