www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11895] New: Add Strings Overview page to Phobos documentation

https://d.puremagic.com/issues/show_bug.cgi?id=11895

           Summary: Add Strings Overview page to Phobos documentation
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: eco gnuk.net



Recent forum discussions[1] and a lot of anecdotal accounts by many people have
made it clear that learning how to work with strings in D can be hard because
of the sheer number of modules involved.

You must be familiar with std.string, std.array, std.algorithm, std.range,
std.format, and std.uni at the very least to get a handle on where to find many
string related functions.  The Strings Overview page would serve as an
introduction to how strings in D work and, most importantly, a one page 
reference of all of the functions you would be interested in while working with
strings in D (which can be easily searched).

1.
http://forum.dlang.org/post/mailman.240.1389276481.15871.digitalmars-d puremagic.com

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 10 2014