Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add a CharSetUtils.containsAny(String, String). Currently you'd have to implement it as if(CharSetUtils.count("foo","aoeiu") > 0), so not much code but a little odd.