StringExtensions<E> extension

Extension methods for a String.

on

Methods

chunks(int size) Iterable<String>
Splits string by chunks with specified size.
firstToLower() String
Converts first character in this string to lower case.
firstToUpper() String
Converts first character in this string to upper case.