[GitHub] [commons-text] elharo commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-14 Thread via GitHub
elharo commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1325793444 ## src/main/java/org/apache/commons/text/cases/CamelCase.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [commons-text] elharo commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-12 Thread via GitHub
elharo commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1323778849 ## src/main/java/org/apache/commons/text/cases/CamelCase.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [commons-text] elharo commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-12 Thread via GitHub
elharo commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1323303834 ## src/main/java/org/apache/commons/text/cases/CamelCase.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [commons-text] elharo commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-10 Thread via GitHub
elharo commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1320746730 ## src/main/java/org/apache/commons/text/cases/PascalCase.java: ## @@ -0,0 +1,119 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [commons-text] elharo commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-08-20 Thread via GitHub
elharo commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1299406284 ## src/main/java/org/apache/commons/text/cases/CamelCase.java: ## @@ -0,0 +1,128 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *