StringUtils
public static TSource ForgivingCaseSensitiveFind<TSource>(this IEnumerable<TSource> source, Func<TSource, string> valueSelector, string testValue)
Determines whether the string is all white space. Empty string will return false.
Nulls an empty string.