StringUtils extension

Extends String.

on

Methods

expandTabs([int tabSize = 8]) String
Return a copy where all tab characters are expanded using spaces.
translate(Map<int, int> table) String
Replace each character in the string using the given translation table.