lower case only first letter of word

Daniel Kozak kozzi11 at gmail.com
Tue Dec 5 13:40:08 UTC 2017


but this will change all other uppercase to lowercase, so maybe it is not
what you want. If you really want just change first char to upper, then
there is nothing wrong to do it yourself

On Tue, Dec 5, 2017 at 2:37 PM, Daniel Kozak <kozzi11 at gmail.com> wrote:

> Something like this: https://dlang.org/phobos/std_uni.html#asCapitalized
>
> On Tue, Dec 5, 2017 at 2:31 PM, Marc via Digitalmars-d-learn <
> digitalmars-d-learn at puremagic.com> wrote:
>
>> Does D have a native function to capitalize only the first letter of the
>> word? (I'm asking that so I might avoid reinvent the wheel, which I did
>> sometimes in D)
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20171205/84b506ae/attachment.html>


More information about the Digitalmars-d-learn mailing list