[
https://issues.apache.org/jira/browse/LANG-1609?focusedWorklogId=529157&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-529157
]
ASF GitHub Bot logged work on LANG-1609:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Dec/20 15:04
Start Date: 29/Dec/20 15:04
Worklog Time Spent: 10m
Work Description: garydgregory commented on pull request #641:
URL: https://github.com/apache/commons-lang/pull/641#issuecomment-752111496
> @garydgregory @arturobernalg I remembered gary had a plan to due with all
ignoreCase functions differently, in lang4.
> Also, should this function be added directly to commons-text instead of
commons-lang?
Good reminder @XenoAmess
I want us to think about what belongs in Lang vs. Text. IMO when we talk
about "case", we talk about Text. As opposed to a String which is a wrapper for
an array. So I think I'd like to see case operations in Text. Needs more
study... I certainly don't want to keep growing StringUtils beyond it's current
kitchen sink style.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 529157)
Time Spent: 2h 10m (was: 2h)
> Case-insensitive variants for startsWithAny and endsWithAny
> -----------------------------------------------------------
>
> Key: LANG-1609
> URL: https://issues.apache.org/jira/browse/LANG-1609
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.*
> Reporter: Edgar Asatryan
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> Add methods to StringUtils class
> * *StringUtils::startsWithAnyIgnoreCase(CharSequence, CharSequence...)*
> * *StringUtils::endsWithAnyIgnoreCase(CharSequence, CharSequence...)*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)