ParanoidUser opened a new pull request, #1299:
URL: https://github.com/apache/commons-lang/pull/1299

   https://issues.apache.org/jira/browse/LANG-1682
   
   There have been several attempts ([PR 
#848](https://github.com/apache/commons-lang/pull/848), [PR 
#1040](https://github.com/apache/commons-lang/pull/1040)) to introduce the 
`startsWithAnyIgnoreCase` method to the already overcrowded `StringUtils` 
class. This discussion led to the creation of the `Strings` class (which 
supersedes `StringUtils`), providing similar functionality but managing 
case-sensitivity through:
    - Case-sensitive (`Strings.CS`) instance
    - Case-insensitive (`Strings.CI`) instance
   
   In the recent 
[commit](https://github.com/apache/commons-lang/commit/479532b83db2d7b228e4128f2db02233f91e6e91),
 the `Strings` class now supports the requested `startsWithAny` functionality. 
This PR adds a test group to cover case-insensitive scenarios and adjusts the 
javadoc to accurately describe its behavior.


-- 
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]

Reply via email to