Standard Library Concerns (Phobos / Tango)
Sean Kelly
sean at f4.ca
Thu Feb 7 08:18:59 PST 2008
Michel Fortin wrote:
>
> Answer: it's in tango.text.Util; tango.text.Text doesn't deal with D
> strings, it's the home of the Text class (with also has a replace
> function, although not the one I was searching for) and tango.text.Ascii
> holds (as one would expect) functions (only four!) relating to character
> case which are restricted to ASCII domain.
tango.text.Text used to be tango.text.String but was changed when we
switched Object.toUtf8 to Object.toString, for obvious reasons.
Sean
More information about the Digitalmars-d
mailing list