Remove the trailing spaces from a string.
Right pad a string with zeros or a specified string. Fastest implementation.
Left pad a string with zeros or a specified string. Fastest implementation.
Like String.trim() but you can choose granularly what to trim