Trimmer extension

on

Methods

truncate([String part = ' ']) String
similar to trim but with multiple and optionally defined strings instead only whitespaces
truncateLeft([String part = ' ']) String
similar to trimLeft but with multiple and optionally defined strings instead only whitespaces
truncateRight([String part = ' ']) String
similar to trimRight but with multiple and optionally defined strings instead only whitespaces