We could add a filter that removes _all_ spaces from some text. For example ` sw1a 4aa ` would become `sw1a4aa`. This could be named `trimSpaces` or `removeSpaces` or `deleteSpaces`. Do we have any examples where this would be useful? See also: #291
We could add a filter that removes all spaces from some text.
For example
sw1a 4aawould becomesw1a4aa.This could be named
trimSpacesorremoveSpacesordeleteSpaces.Do we have any examples where this would be useful?
See also: #291