February 21, 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@puremagic.com
        ReportedBy: bearophile_hugs@eml.cc


--- Comment #0 from bearophile_hugs@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: -------