I don't have a vote, but I'd be quite happy with this set of methods. It's a great improvement over 1.x
.T. On 7/15/03 8:12 PM, [EMAIL PROTECTED] wrote: > Thus I propose: > isEmpty(), true for "", false for null > isEmptyOrNull(), true for "" and null > isEmptyTrimmed(), trim() then true for "", false for null > isEmptyTrimmedOrNull(), trim() then true for "", true for null > > (Other proposed methods can be considered after 2.0. These should be > considered now) > > I also propose the negative methods are the exact opposite. > isNotEmpty() > isNotEmptyOrNull() > isNotEmptyTrimmed() > isNotEmptyTrimmedOrNull() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
