Conformance Examples 0.1.0 — Transforms: transform-replace_last¶
replace_last-basic¶
Replaces only the last occurrence; earlier matches are untouched.
Template
Context
Output
replace_last-target-absent¶
If target is not present, output equals input.
Template
Context
Output
replace_last-empty-target¶
Empty target inserts the replacement at the end of the input.
Template
Context
Output
replace_last-chained-before-upcase¶
Pipes the result into a downstream transform.
Template
Context
Output
Source fixture: transforms/transform-replace_last.json