Public interface to arsd.core
Public interface to arsd.core
Strips (aka trims) leading and/or trailing whitespace from the string.
To get a substring, you can use the built-in array slice operator.
For reading various encodings into a standard string, see arsd.characterencodings.
For converting things to and from strings, see arsd.conv.
For sorting an array of strings, see... std.algorithm for now but maybe here later.
Added May 23, 2025
String manipulation functions.