StringUtils extension
Utility extensions for String objects.
- on
Methods
-
expandTabs(
[int tabSize = 8]) → String -
Available on String, provided by the StringUtils extension
Returns a copy where all tab characters are expanded using spaces. -
translate(
Map< int, int> table) → String -
Available on String, provided by the StringUtils extension
Replaces each character using the given translationtable
.