www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15285] New: Range-ified functions for std.string

https://issues.dlang.org/show_bug.cgi?id=15285

          Issue ID: 15285
           Summary: Range-ified functions for std.string
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: jack jackstouffer.com

The following functions is std.string can be range-ified or can get range
accepting equivalents:

abbrev
capitalize
isNumeric
inPattern
munch
representation
soundexer
soundex
squeeze
succ
translate
outdent
wrap

If capitalize has the same output as std.uni.toCapitalized, then it can just be
alias-ed.

--
Nov 04 2015