The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
trim
arsd
string
Strips (aka trims) leading and/or trailing whitespace from the string.
import arsd.string;
@
alias
trim
=
strip
Meta
Source
See Implementation
arsd
string
aliases
endsWith
indexOf
startsWith
strip
stripRight
trim
trimRight
Strips (aka trims) leading and/or trailing whitespace from the string.