garydgregory commented on PR #1040: URL: https://github.com/apache/commons-lang/pull/1040#issuecomment-1469940797
My preference is to stop adding APIs that are variations of other APIs based on the casing (and encoding and so on). In the longer term, I can see adding a new String utility class that tracks such an attribute on its instance such that you'd say something like `Strings.caseSensitive().someOperation(...)` and `Strings.caseInsensitive().someOperation(...)`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
