Sometimes you need to trim the results of a process pipeline. Often this is to remove leading and/or trailing spaces, but it could by any character. PHP provides this as the trim(), ltrim() and rtrim() functions. This module allows you to use those easily in a migration: