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