StringUtils extension
Extends String.
- on
Methods
-
expandTabs(
[int tabSize = 8]) → String -
Available on String, provided by the StringUtils extension
Return a copy where all tab characters are expanded using spaces. -
translate(
Map< int, int> table) → String -
Available on String, provided by the StringUtils extension
Replace each character in the string using the given translation table.