format_format_pad
Pad text to a specified width, aligning left, right, or center, with an optional fill character.
Instructions
[format] Pad text to width. align: left/right/center.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| width | Yes | ||
| align | No | ||
| fill | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |