This is a useful bit of code for removing whitespace from a list of strings. For example, if you split a string, there might be superfluous whitespace. This is a function that I use quite a bit, and so far is the fastest implementation I could come up wit