[
https://issues.apache.org/jira/browse/LANG-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed LANG-326.
------------------------------
Resolution: Fixed
I can see all the methods in StringUtils; so I'm resolving this as fixed. Looks
like it is, but it didn't get resolved in JIRA.
> StringUtils: startsWith / endsWith / startsWithIgnoreCase /
> endsWithIgnoreCase / removeStartIgnoreCase / removeEndIgnoreCase methods
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: LANG-326
> URL: https://issues.apache.org/jira/browse/LANG-326
> Project: Commons Lang
> Issue Type: New Feature
> Affects Versions: 2.3
> Reporter: Niall Pemberton
> Priority: Minor
> Fix For: 2.4
>
> Attachments: LANG-326-Start-End-With-2.patch
>
>
> I'd like the following new start/end methods for StringUtils:
> startsWith - handles nulls
> endsWith - handles nulls
> startsWithIgnoreCase - handles nulls, case insensitive
> endsWithIgnoreCase - handles nulls, case insensitive
> removeStartIgnoreCase - handles nulls, case insensitive
> removeEndIgnoreCase - handles nulls, case insensitive
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.