You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/05/11 09:05:00 UTC

[jira] [Commented] (ARROW-12714) [C++] String title case kernel

    [ https://issues.apache.org/jira/browse/ARROW-12714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342430#comment-17342430 ] 

Joris Van den Bossche commented on ARROW-12714:
-----------------------------------------------

In Python, in addition to [{{title()}}|https://docs.python.org/3/library/stdtypes.html#str.title] there is also [{{capitalize()}}|https://docs.python.org/3/library/stdtypes.html#str.capitalize], which only capitalizes the first character of the string (and not every word in the string). 

> [C++] String title case kernel
> ------------------------------
>
>                 Key: ARROW-12714
>                 URL: https://issues.apache.org/jira/browse/ARROW-12714
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Ian Cook
>            Priority: Major
>
> Like SQL {{initcap}} or Python {{'string'.title()}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)