Split Text
Splits text into a list using either a literal separator or collapsed whitespace runs.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
text | yes | expression | — | — |
separator | no | expression | — | — |
mode | no | expression | enum-string | LITERAL, WHITESPACE_RUN |
maxParts | no | expression | — | — |
Notes
No additional notes are available yet.
Examples
Import YouTube Chapter Text As Sequence Markers
Prompts for a pasted chapter block or a text file, optionally clears existing active-sequence markers, then imports YouTube-style chapter lines as sequence markers.
Topics: markers, YouTube chapters, text import, file dialogs, multiline prompts, marker comments
Source: recipes/ex-markers-import-youtube-chapter-text-as-sequence-markers.json