Conformance Examples 0.1.0 — Transforms: transform-lstrip¶
lstrip-leading-spaces¶
Leading ASCII whitespace is removed; trailing whitespace is preserved.
Template
Context
Output
lstrip-only-whitespace¶
An all-whitespace string becomes empty.
Template
Context
Output
lstrip-newlines-and-tabs¶
Leading tabs and newlines are removed.
Template
Context
Output
lstrip-empty-string¶
Empty input stays empty.
Template
Context
Output
lstrip-chained-after-downcase¶
Composes with another transform.
Template
Context
Output
Source fixture: transforms/transform-lstrip.json