[lang] Add StringUtils.containsIgnoreCase(...)
----------------------------------------------

         Key: LANG-263
         URL: http://issues.apache.org/jira/browse/LANG-263
     Project: Commons Lang
        Type: New Feature

    Versions: 2.2, 3.0    
    Reporter: analogue
    Priority: Minor


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