[Issue 3610] isNumeric("3.14w") is false.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 5 17:35:56 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3610
--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-06-05 17:31:26 PDT ---
Actually, thinking about it a bit more, given the issues of possible negative
sign and possible decimal point, perhaps keeping a version of isNumeric around
is a good idea (since checking each character with isdigit doesn't cut it in
that case), but I still think that the non-string versions of isNumeric should
go.
--
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