Conformance Examples 0.1.0 — Transforms: transform-remove_last¶
remove_last-basic¶
Removes only the last occurrence; earlier matches are untouched.
Template
Context
Output
remove_last-target-absent¶
If the substring is absent, output equals input.
Template
Context
Output
remove_last-empty-arg¶
Removing an empty string leaves the input unchanged.
Template
Context
Output
remove_last-chained-after-upcase¶
Composes correctly when input arrives from a prior transform.
Template
Context
Output
Source fixture: transforms/transform-remove_last.json