[Issue 3225] New: std.string function name casing
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 4 00:40:11 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3225
Summary: std.string function name casing
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: johnch_atms at hotmail.com
Most function names in Phobos use camel casing, but std.string seems to be a
mix of all lowercase and camel case. Here's a list of offending functions and
their more correct names.
tolower -> toLower
tolowerInPlace -> toLowerInPlace
toupper -> toUpper
toupperInPlace -> toUpperInPlace
iswhite -> isWhite
newline -> newLine
hexdigits -> hexDigits
capwords -> capWords
splitlines -> splitLines
expandtabs -> expandTabs
maketrans -> makeTrans
removechars -> removeChars
--
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