boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

[data repo] case insensitive search #369

Open cazacugmihai opened 7 years ago

cazacugmihai commented 7 years ago

Hi!

Is there a way to find strings (using methods like: startsWith, contains, endsWith) with case insensitive search?

Thanks!

P.S. Before adding to the Repo, I can convert all strings to lowecase, but, doing this, I'll have to store also a separate collection of the original objects.