[text] Re: CharSequence vs. String (was Re: [GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...)

2017-06-21 Thread Bruno P. Kinoshita
: Tuesday, 20 June 2017 1:39 AM Subject: CharSequence vs. String (was Re: [GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...) On Jun 12, 2017 10:47 AM, "arunvinudss" <g...@git.apache.org> wrote: Github user arunvinudss commented on a di

CharSequence vs. String (was Re: [GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...)

2017-06-19 Thread Simon Spero
On Jun 12, 2017 10:47 AM, "arunvinudss" wrote: Github user arunvinudss commented on a diff in the pull request: I am a bit biased towards using String instead of CharSequence . Yes CharSequence allows us to pass String Buffers and builders and other types as input

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/46 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread arunvinudss
Github user arunvinudss commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121417851 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread arunvinudss
Github user arunvinudss commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121408959 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread arunvinudss
Github user arunvinudss commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121406140 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121374008 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121376797 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121380327 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121374329 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121380270 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121378617 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121376091 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-12 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/46#discussion_r121376021 --- Diff: src/main/java/org/apache/commons/text/CaseUtils.java --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] commons-text pull request #46: TEXT-85:Added CaseUtils class with camel case...

2017-06-11 Thread arunvinudss
GitHub user arunvinudss opened a pull request: https://github.com/apache/commons-text/pull/46 TEXT-85:Added CaseUtils class with camel case conversion support You can merge this pull request into a Git repository by running: $ git pull