Re: [LANG] Add StringUtils methods to compare a string to multiple strings

2015-11-05 Thread Benedikt Ritter
Hello Loic, 2015-11-05 11:55 GMT+01:00 Loic Guibert : > Hello, > there are 2 tickets on JIRA on this same new feature: > Add StringUtils methods to compare a string to multiple strings > (equalsAny, equalsAnyIgnoreCase) > > https://issues.apache.org/jira/browse/LANG-704 > https://issues.apach

[LANG] Add StringUtils methods to compare a string to multiple strings

2015-11-05 Thread Loic Guibert
Hello, there are 2 tickets on JIRA on this same new feature: Add StringUtils methods to compare a string to multiple strings (equalsAny, equalsAnyIgnoreCase) https://issues.apache.org/jira/browse/LANG-704 https://issues.apache.org/jira/browse/LANG-1169 I review the 2 proposed implementation a