[Issue 15285] New: Range-ified functions for std.string
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Nov 4 07:07:04 PST 2015
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 at puremagic.com
Reporter: jack at 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.
--
More information about the Digitalmars-d-bugs
mailing list