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
Comment #2 by eco — 2014-08-23T21:21:17Z
Comment #3 by hsteoh — 2014-08-27T18:27:01Z
Comment #4 by github-bugzilla — 2014-09-10T22:26:52Z
Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/a62bed4c888843a837372bef1c4d4e012d2d8309 Merge pull request #2471 from burner/issue11895 std.string doc issue11895