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