www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9556] New: Documentation of std.string.isNumeric

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



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: -------
Feb 21 2013