[ http://issues.apache.org/jira/browse/LANG-263?page=all ]
     
Henri Yandell resolved LANG-263:
--------------------------------

    Fix Version: 2.2
                     (was: 3.0)
     Resolution: Fixed


Thanks for the patch. Committed and will appear in Lang 2.2 (and nightly builds 
tonight).

svn ci -m "Added containsIgnoreCase method - LANG-263" 
src/test/org/apache/commons/lang/StringUtilsEqualsIndexOfTest.java  
src/java/org/apache/commons/lang/StringUtils.java
Sending        src/java/org/apache/commons/lang/StringUtils.java
Sending        
src/test/org/apache/commons/lang/StringUtilsEqualsIndexOfTest.java
Transmitting file data ..
Committed revision 412200.

> [lang] Add StringUtils.containsIgnoreCase(...)
> ----------------------------------------------
>
>          Key: LANG-263
>          URL: http://issues.apache.org/jira/browse/LANG-263
>      Project: Commons Lang
>         Type: New Feature

>     Reporter: analogue
>     Priority: Minor
>      Fix For: 2.2

>
> To complement StringUtils.equalsIgnoreCase(...), 
> StringUtils.containsIgnoreCase(...) would be quite useful.  A simple 
> implementation would uppercase both strings and delegate to 
> StringUtils.contains(...).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to