# Functions
RemoveZeroValues returns a copy of s with all zero-valued elements removed.
ToLower returns a copy of s with all letters in all elements mapped to lower case.
Trim returns a copy of s with all leading and trailing whitespace in all elements removed.