vertx / io.vertx.core.cli / UsageMessageFormatter / rtrim

rtrim

open static fun rtrim(s: String): String

Remove the trailing whitespace from the specified String.

Parameters

s - The String to remove the trailing padding from.

Return
The String of without the trailing padding