[Issue 9556] New: Documentation of std.string.isNumeric
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 21 09:47:02 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9556
Summary: Documentation of std.string.isNumeric
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: websites
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2013-02-21 09:47:00 PST ---
>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.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list