Basically, the equivalent of strings.Trim "\f\n\r\t\v ", but for starts and ends of strings only:
- stripLeft STRING, strings.StripLeft STRING
- stripRight STRING, strings.StripRight STRING
- strip STRING, strings.Strip STRING
Note that chomp only works on ends, and only for \n\r.