Conformance Examples 0.1.0 — Transforms: transform-strip¶
strip-leading-and-trailing¶
Both ends are trimmed; interior whitespace is preserved.
Template
Context
Output
strip-only-whitespace¶
An all-whitespace string becomes empty.
Template
Context
Output
strip-empty-string¶
Empty input stays empty.
Template
Context
Output
strip-tabs-and-newlines¶
Tabs and newlines on both ends are removed.
Template
Context
Output
strip-chained-into-upcase¶
Composes downstream.
Template
Context
Output
Source fixture: transforms/transform-strip.json