Bug 9556 – Missing underscore in docs for std.string.isNumeric
Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-02-21T09:47:00Z
Last change time
2014-04-23T17:23:47Z
Keywords
pull
Assigned to
andrej.mitrovich
Creator
bearophile_hugs
Comments
Comment #0 by bearophile_hugs — 2013-02-21T09:47:00Z
From the online docs of std.string.isNumeric:
[in] bool bAllowSep False by default, but when set to true it will accept the separator characters "," and "" within the string, but these
But the source code of that page is:
* [in] bool bAllowSep
* False by default, but when set to true it will accept the
* separator characters "," and "_" within the string, but these
The second string "_" is missing in the online docs.
Comment #1 by andrej.mitrovich — 2014-04-22T23:32:48Z