batch_replace_char
Replace one character with another across an entire ASCII frame or selection, enabling bulk character substitution in animated ASCII art.
Instructions
Replace one character with another across the entire frame or selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oldChar | Yes | Character to replace | |
| newChar | Yes | New character | |
| frameIndex | No | Frame to modify (defaults to current) |