Hello, I'm not sure where to contact you or if you have an issue tracker somewhere, so tell me if I should ask this question somewhere else.
I was wondering why your implementation of the Excel TRIM function doesn't remove extra whitespace, but rather only removes leading and trailing whitespace like Java's trim function. Excel: TRIM(" a b ") -> "a b" (3 characters) Java: String a = " a b ".trim(); -> "a b" (5 characters) -- Emil Elmarsson Molnify molnify.com <http://www.molnify.com/> linkedin.com/company/molnify <https://www.linkedin.com/company/molnify/> facebook.com/molnifyapps <https://www.facebook.com/molnifyapps/> youtube.com/c/molnify <https://www.youtube.com/c/molnify> Surbrunnsgatan 16 | 114 27 Stockholm | Sweden +46 (0)76 790 10 44 | emil.elmars...@molnify.com