Check them out: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/util/StringUtils.html
There are many nice simple things that we need to do all the time:
- capitalize (first characters)
- uncapitalize
- Lots of utilities for String arrays -- adding to them, sorting etc
Here is a really nice one: splitArrayElementsIntoProperties
Check them out!
No comments:
Post a Comment