Conformance Examples 0.1.0 — Transforms: transform-replace_first¶
replace_first-basic¶
Replaces only the first occurrence; later matches are untouched.
Template
Context
Output
replace_first-target-absent¶
If target is not present, output equals input.
Template
Context
Output
replace_first-empty-target¶
Empty target inserts the replacement at index 0.
Template
Context
Output
replace_first-chained-after-upcase¶
Composes correctly when input arrives from a prior transform.
Template
Context
Output
Source fixture: transforms/transform-replace_first.json