Conformance Examples 0.1.0 — Transforms: transform-remove¶
remove-all-occurrences¶
Removes every occurrence of the argument substring.
Template
Context
Output
remove-target-absent¶
If the substring is absent, output equals input.
Template
Context
Output
remove-empty-arg¶
Removing an empty string leaves the input unchanged.
Template
Context
Output
remove-chained-after-upcase¶
Composes correctly when input arrives from a prior transform.
Template
Context
Output
Source fixture: transforms/transform-remove.json