xxxInPlace or xxxCopy?

Akakima akakima33 at gmail.com
Thu Jan 20 14:25:30 PST 2011


Is it ok to use:

In place:

trim( string )
replace( string, from, to )

or Copy:

trim( string, outstring )
replace( string, from, to, outstring )





More information about the Digitalmars-d mailing list