All Classes
-
All Classes Class Summary Exception Summary Class Description MalformedUnicodeException The classMalformedUnicodeException
is thrown when the given character is not unicode conform.RegExExtensions Utility class for the use with regular expressions.SplitStringExtensions StringExtensions The classStringExtensions
provides methods for manipulate string objects.
Note: As theString
class is immutable not the given String is manipulated, a newString
object is created with the manipulation.StringOutputStream The classStringOutputStream