Treatment trimEnd

std/text/compose::trimEnd


Inputs

⇥ text: Stream<string>

Outputs

↦ trimmed: Stream<string>


Trim end of streamed strings.

Stream strings with trailing whitespace removed. Whitespace is defined according to the terms of the Unicode Derived Core Property White_Space, which includes newlines.