Skip to main content

Text Replace

Category: Text Text Replace block screenshot

Returns a copy of text with occurrences of from replaced by to.

Inputs

InputRequiredValue KindTypesEnum Values
textyesexpression
fromyesexpression
toyesexpression

Notes

No additional notes are available yet.

Examples

Render Active-Sequence Frames At Equal Distances To Fixed Folder

Exports a small evenly spaced set of `.png` frames across the active sequence to a fixed folder path, so visual timeline sampling can be runtime-validated deterministically.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: frame export, visual probing, timeline sampling, runtime validation

Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.json

Download JSON

Render Frames At Sequence Markers To Fixed Folder

Exports one `.png` frame per active-sequence marker to a fixed folder path, so marker-driven still export can be runtime-validated deterministically.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: markers, frame export, review stills, runtime validation

Source: patterns/ex-markers-render-active-sequence-frames-fixed-folder.json

Download JSON

Render Frames At Sequence Markers

Prompts for an output folder, then exports one `.png` still image per active-sequence marker at the sequence's native frame size.

kind: Recipe · format: persisted-document · validation: Schema only

Topics: markers, frame export, review stills, folder dialogs

Source: recipes/ex-markers-render-active-sequence-frames.json

Download JSON