Is it possible to use a regular expression to detect anything that is NOT an \"empty string\" like this:
string s1 = \"\"; string s2 = \" \"; string s3 = \"
In .Net 4.0, you can also call String.IsNullOrWhitespace.