The OpenD Programming Language

stripRight

Strips (aka trims) leading and/or trailing whitespace from the string.

import arsd.string;
alias stripRight = arsd.core.stripInternal

Meta