| Mobile | RSS

StringUtils (Commons Lang 3.0-SNAPSHOT API)

StringUtils (Commons Lang 3.0-SNAPSHOT API). Have you wondered if there was a isNullorEmpty() function for strings in Java? It is not part of the JDK, but your project may already use the library. Check out org.apache.commons.lang for the StringUtils class. Quite useful.

[ More ] March 23rd, 2010 | No Comments | Posted in software, web |

Title Case in .Net

I was importing data from excel to sql server programatically. The excel is an output from another system. For whatever reason, they output it in all caps. But there is no reason that it should be. Looked around the net for conversion from caps to camel case Apparently what I wanted was converting to title [...]

[ More ] February 19th, 2009 | No Comments | Posted in software |