'#description'=>$this->t('A negative value will trim all characters from the start of the string until the specified character count from the end of the string (trimming from the left), a positive value will do the opposite and trim from the right. For the string 12345678, -3 would output 678 and 3 would output 123.'),
'#description'=>$this->t('Sets the string length to a fixed number of characters. For the string 12345678, with a start position of -3, a trim length of 2 would output 67.'),