Bug 11895 – Add Strings Overview page to Phobos documentation
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-10T09:09:00Z
Last change time
2014-09-10T22:37:25Z
Keywords
pull
Assigned to
nobody
Creator
eco
Comments
Comment #0 by eco — 2014-01-10T09:09:56Z
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/[email protected]
Comment #1 by rburners — 2014-08-23T09:29:28Z
I will do this, I have some experience with std.string