[Issue 17199] New: std.string: add case handling methods (camelCase, Capitalize, kebab-case, snake_case, lowerFirst, startCase)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Feb 19 13:35:12 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17199
Issue ID: 17199
Summary: std.string: add case handling methods (camelCase,
Capitalize, kebab-case, snake_case, lowerFirst,
startCase)
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: greeenify at gmail.com
A couple of ideas for often used name conversion methods:
https://lodash.com/docs/4.17.4#camelCase
https://lodash.com/docs/4.17.4#capitalize
https://lodash.com/docs/4.17.4#kebabCase
https://lodash.com/docs/4.17.4#snakeCase
https://lodash.com/docs/4.17.4#lowerFirst
https://lodash.com/docs/4.17.4#startCase
--
More information about the Digitalmars-d-bugs
mailing list