← back to hub ↑ parent

Message Splitter

Split text into multiple copyable chunks. Each message can be transformed and encapsulated individually.

Transform

Apply transformations to each split message individually. Transformations are applied in sequence.

Encapsulation

Wrap each message with custom start and end strings. Use iterator marker to insert split numbers.

Quick presets:

Split Messages {{ splitMessages.length }} message{{ splitMessages.length !== 1 ? 's' : '' }}

Message {{ index + 1 }}
{{ msg }}