February 19, 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@puremagic.com
          Reporter: greeenify@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

--