[Issue 7009] countChars, removeChars

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 27 20:19:19 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=7009


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-11-27 20:18:18 PST ---
None of the functions in std.string which take a pattern are currently
camelcased, because they weren't created that way initially. They haven't been
changed, because there was some discussion about replacing them with versions
which take RegEx instead of a pattern. If that's done, then the new functions
would be properly camelcased, and the current ones would be deprecated. But I
didn't want to go and rename those functions only to have to deprecate them
later. The question is whether we do in fact want to change them to use RegEx,
and if so, who's going to do that work. If not, we can look at renaming them.

-- 
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