https://issues.dlang.org/show_bug.cgi?id=15596
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from [email protected] --- (In reply to b2.temp from comment #4) > Maybe a note in the std.string doc: "see also: for more generic strip > funcyion..." Already there: "There is a rich set of functions for string handling defined in other modules. Functions related to Unicode and ASCII are found in std.uni and std.ascii, respectively. Other functions that have a wider generality than just strings can be found in std.algorithm and std.range." --
